GifOptionsIsPaletteSorted Property

Gets or sets a value indicating whether palette entries are sorted.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public bool IsPaletteSorted { get; set; }

Property Value

Type: Boolean
true if palette entries are sorted; otherwise, false.
See Also