RasterImageRawFallbackIndex Property |
Gets or sets the fallback index to use when palette index is out of bounds
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
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