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

exceptioncondition
NotImplementedException

See Also