GifFrameBlockIsPaletteSorted Property |
Gets or sets a value indicating whether color palette is sorted.
Namespace: Aspose.Imaging.FileFormats.Gif.BlocksAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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 color palette is sorted; otherwise,
false.
See Also