IsCached

EmfImage.IsCached property

Access a value indicating whether the object’s data is currently cached, eliminating the need for additional data reading. Enhance efficiency by quickly determining if cached data is available for immediate access. Optimize your workflow with streamlined data retrieval processes.

public override bool IsCached { get; }

Property Value

true if object’s data is cached; otherwise, false.

See Also