CmxImageIsCached Property |
Gets a value indicating whether object's data is cached currently and no data reading is required.
Namespace: Aspose.Imaging.FileFormats.CmxAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic override bool IsCached { get; }
Public Overrides ReadOnly Property IsCached As Boolean
Get
public:
virtual property bool IsCached {
bool get () override;
}
abstract IsCached : bool with get
override IsCached : bool with get
Property Value
Type:
Booleantrue if object's data is cached; otherwise,
false.
See Also