VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / GetImageColorDepthRequestParams Class / detectIndexed1 Property
Syntax Requirements SeeAlso
In This Topic
detectIndexed1 Property (GetImageColorDepthRequestParams)
In This Topic
Gets or sets a value indicating whether to check that an image is a palette image with 2 colors.
Syntax
'Declaration

Public Property detectIndexed1 As Boolean

public bool detectIndexed1 { get; set; }

Property Value

True - must check that an image is a palette image with 2 colors;
False - must NOT check that image is a palette image with 2 colors.
Default value is True.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also