RasterImageRawFallbackIndex Property |
Gets or sets the fallback index to use when palette index is out of bounds
Namespace:
Aspose.CAD
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic int RawFallbackIndex { get; set; }Public Property RawFallbackIndex As Integer
Get
Set
public:
property int RawFallbackIndex {
int get ();
void set (int value);
}member RawFallbackIndex : int with get, set
Property Value
Type:
Int32
The fallback index to use when palette index is out of bounds
See Also