VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / ImageViewerUndoMonitor Class / CanUseStorage(IDataStorage) Method
Syntax Requirements SeeAlso
    CanUseStorage(IDataStorage) Method (ImageViewerUndoMonitor)
    Determines whether this undo monitor can use the specified data storage.
    Syntax
    'Declaration
    
    Protected Overrides Function CanUseStorage( _
    ByVal dataStorage
    The data storage.
    As Vintasoft.Data.IDataStorage _
    ) As Boolean
     

    Parameters

    dataStorage
    The data storage.

    Return Value

    True - this undo monitor can use the specified data storage; false - this undo monitor cannot use the specified data storage.
    Requirements

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

    See Also