DataStreamSupporterIsCached Property |
Gets a value indicating whether object's data is cached currently and no data reading is required.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic abstract bool IsCached { get; }
Public MustOverride ReadOnly Property IsCached As Boolean
Get
public:
virtual property bool IsCached {
bool get () abstract;
}
abstract IsCached : bool with get
Property Value
Type:
Booleantrue if object's data is cached; otherwise,
false.
See Also