RasterImageIsRawDataAvailable Property |
Gets a value indicating whether raw data loading is available.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic bool IsRawDataAvailable { get; }
Public ReadOnly Property IsRawDataAvailable As Boolean
Get
public:
virtual property bool IsRawDataAvailable {
bool get () sealed;
}
abstract IsRawDataAvailable : bool with get
override IsRawDataAvailable : bool with get
Property Value
Type:
Booleantrue if this raw data loading is available; otherwise,
false.
Implements
IRasterImageRawDataLoaderIsRawDataAvailable
See Also