VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / DetectIndexed8ImageResources Property
Syntax Requirements SeeAlso
In This Topic
    DetectIndexed8ImageResources Property (PdfDocumentCompressorCommand)
    In This Topic
    Gets or sets a value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.
    Syntax
    'Declaration
    
    <CategoryAttribute("Image color depth optimization")>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.")>
    Public Property DetectIndexed8ImageResources As Boolean
    
    
    [Category("Image color depth optimization")]
    [DefaultValue(False)]
    [Description("A value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.")]
    public bool DetectIndexed8ImageResources { get; set; }
    
    
    [Category("Image color depth optimization")]
    [DefaultValue(False)]
    [Description("A value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.")]
    public: __property bool get_DetectIndexed8ImageResources();
    public: __property void set_DetectIndexed8ImageResources(
    bool value
    );
    [Category("Image color depth optimization")]
    [DefaultValue(False)]
    [Description("A value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.")]
    public:
    property bool DetectIndexed8ImageResources { bool get(); void set(bool value); }

    Property Value

    True - command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format; false - command must NOT detect indexed4 or indexed8 (16 or 256 colors) image resources. Default value false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also