VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationVisualToolUndoMonitor Class / GetAnnotationName(AnnotationView) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetAnnotationName(AnnotationView) Method (AnnotationVisualToolUndoMonitor)
    In This Topic
    Returns the name of the annotation.
    Syntax
    'Declaration
    
    Protected Overridable Function GetAnnotationName( _
    ByVal annotationView
    The view of annotation.
    As Vintasoft.Imaging.Annotation.UI.AnnotationView _
    ) As System.String
    protected virtual System.String GetAnnotationName(
    Vintasoft.Imaging.Annotation.UI.AnnotationView annotationView
    )
    protected: virtual System.String GetAnnotationName(
    Vintasoft.Imaging.Annotation.UI.AnnotationView* annotationView
    )
    protected:
    virtual System.String GetAnnotationName(
    Vintasoft.Imaging.Annotation.UI.AnnotationView^ annotationView
    )

    Parameters

    annotationView
    The view of annotation.

    Return Value

    The name of the annotation.
    Exceptions
    ExceptionDescription
    Thrown if view is null.
    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