detectIndexed8ImageResources Property (WebPdfDocumentCompressorSettings)
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.
'Declaration
Public Property detectIndexed8ImageResources As Boolean
public bool detectIndexed8ImageResources { get; set; }
public: __property bool get_detectIndexed8ImageResources();
public: __property void set_detectIndexed8ImageResources(
bool
);
public:
property bool detectIndexed8ImageResources {
bool get();
void set(bool );
}
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.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5