WmfImage.IsCached
WmfImage.IsCached property
Retrieve a boolean value indicating whether the object’s data is currently cached, eliminating the need for additional data reading operations. Utilize this property to optimize performance by determining if the object’s data is readily available without the need for costly data retrieval processes within your application.
public override bool IsCached { get; }
Property Value
true
if object’s data is cached; otherwise, false
.
Exceptions
exception | condition |
---|---|
NotImplementedException |
See Also
- class WmfImage
- namespace Aspose.Imaging.FileFormats.Wmf
- assembly Aspose.Imaging