VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationTemplateManager Class / GetTemplateCopy(Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetTemplateCopy(Int32) Method (WpfAnnotationTemplateManager)
    In This Topic
    Returns a copy of the template.
    Syntax
    'Declaration
    
    Public Function GetTemplateCopy( _
    ByVal index
    The zero-based index of the template.
    As System.Int32 _
    ) As Vintasoft.Imaging.Annotation.AnnotationData
    public Vintasoft.Imaging.Annotation.AnnotationData GetTemplateCopy(
    System.Int32 index
    )
    public: Vintasoft.Imaging.Annotation.AnnotationData* GetTemplateCopy(
    System.Int32 index
    )
    public:
    Vintasoft.Imaging.Annotation.AnnotationData^ GetTemplateCopy(
    System.Int32 index
    )

    Parameters

    index
    The zero-based index of the template.

    Return Value

    A copy of the template.
    Exceptions
    ExceptionDescription
    Thrown if indexis less than zero or index is greater than Count.
    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