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

    Parameters

    index
    The zero-based index of the template.

    Return Value

    A copy of the template view.
    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