CadImageIsCached Property

Gets a value indicating whether object's data is cached currently and no data reading is required.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public override sealed bool IsCached { get; }

Property Value

Type: Boolean
true if object's data is cached; otherwise, false.
See Also