GIRasterImagePaletteDataSize Property
|
Property that represents the size (in bytes)
of the palette data of this GIRasterImage object.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int PaletteDataSize { get; }
Public ReadOnly Property PaletteDataSize As Integer
Get
public:
property int PaletteDataSize {
int get ();
}
member PaletteDataSize : int with get
Property Value
Int32
See Also