VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / ImageProcessingUndoMonitor Class / CanUseStorage(IDataStorage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
CanUseStorage(IDataStorage) Method (ImageProcessingUndoMonitor)
In This Topic
Determines whether this monitor can use the specified data storage.
Syntax
'Declaration

Protected Overrides Function CanUseStorage( _
ByVal dataStorage
The data storage.
As Vintasoft.Data.IDataStorage _
) As Boolean
protected override bool CanUseStorage(
Vintasoft.Data.IDataStorage dataStorage
)

Parameters

dataStorage
The data storage.

Return Value

True if the specified data storage can store the VintasoftImage; otherwise, false.
Exceptions
ExceptionDescription
Thrown if dataStorage is not specified.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also