VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationViewCollectionUndoMonitor Class / CanUseStorage(IDataStorage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CanUseStorage(IDataStorage) Method (WpfAnnotationViewCollectionUndoMonitor)
    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
    )
    protected: bool CanUseStorage(
    Vintasoft.Data.IDataStorage* dataStorage
    ); override
    protected:
    bool CanUseStorage(
    Vintasoft.Data.IDataStorage^ dataStorage
    ); override

    Parameters

    dataStorage
    The data storage.

    Return Value

    True if the specified data storage can store the WpfAnnotationViewCollection; otherwise, false.
    Exceptions
    ExceptionDescription
    Thrown if dataStorage is not specified.
    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