detectIndexed8 Property (GetImageColorDepthRequestParams)
Gets or sets a value indicating whether to check that an image is a palette image with 256 colors.
'Declaration
Public Property detectIndexed8 As Boolean
public bool detectIndexed8 { get; set; }
public: __property bool get_detectIndexed8();
public: __property void set_detectIndexed8(
bool
);
Property Value
True - must check that an image is a palette image with 256 colors;
False - must NOT check that image is a palette image with 256 colors.
Default value is True.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5