VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationTemplateManager Class / Insert(AnnotationData,Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Insert(AnnotationData,Int32) Method (WpfAnnotationTemplateManager)
In This Topic
Inserts a template into this template manager.
Syntax
'Declaration

Public Sub Insert( _
ByVal annotation
The AnnotationData object to insert.
As Vintasoft.Imaging.Annotation.AnnotationData, _
ByVal index
The zero-based index at which value should be inserted.
As System.Int32 _
)

Parameters

annotation
The AnnotationData object to insert.
index
The zero-based index at which value should be inserted.
Exceptions
ExceptionDescription
Thrown if annotation is null.
Thrown if annotation is disposed.
Thrown if index is less than zero or index is greater than Count.
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