IsCached

SvgImage.IsCached property

Retrieves a boolean value indicating whether the object’s data is presently cached, eliminating the need for additional data reading operations. This property provides insight into the current caching status, optimizing data retrieval and processing workflows for enhanced performance and efficiency.

public override bool IsCached { get; }

Property Value

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

See Also