VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationVisualToolUndoMonitor Class / GetAnnotationName(WpfAnnotationView) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
GetAnnotationName(WpfAnnotationView) Method (WpfAnnotationVisualToolUndoMonitor)
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.Wpf.UI.WpfAnnotationView _
) As System.String
protected virtual System.String GetAnnotationName(
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView annotationView
)

Parameters

annotationView
The view of annotation.

Return Value

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