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
Syntaxpublic bool IsPaletteSorted { get; set; }
Public Property IsPaletteSorted As Boolean
Get
Set
public:
property bool IsPaletteSorted {
bool get ();
void set (bool value);
}
member IsPaletteSorted : bool with get, set
Property Value
Type:
Booleantrue if palette entries are sorted; otherwise,
false.
See Also