GifOptionsBackgroundColorIndex Property |
Gets or sets the GIF background color index.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic byte BackgroundColorIndex { get; set; }
Public Property BackgroundColorIndex As Byte
Get
Set
public:
property unsigned char BackgroundColorIndex {
unsigned char get ();
void set (unsigned char value);
}
member BackgroundColorIndex : byte with get, set
Property Value
Type:
Byte
The GIF background color index.
See Also