OdImage.IsCached
OdImage.IsCached property
Obtains a boolean value indicating whether the data of the object is currently cached, thus eliminating the need for data reading. This property serves as an optimization indicator, enhancing performance by minimizing redundant data access operation.
public override bool IsCached { get; }
Property Value
true if object’s data is cached; otherwise, false.
Exceptions
| exception | condition |
|---|---|
| NotImplementedException | The not implemented this method |
See Also
- class OdImage
- namespace Aspose.Imaging.FileFormats.OpenDocument
- assembly Aspose.Imaging