VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationTemplateManager Class / GetTemplateViewCopy(Int32) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    GetTemplateViewCopy(Int32) Метод (AnnotationTemplateManager)
    В этом разделе
    Возвращает копию представления шаблона.
    Синтаксис
    'Declaration
    
    Public Function GetTemplateViewCopy( _
    ByVal index
    Отсчитываемый от нуля индекс шаблона.
    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
    Отсчитываемый от нуля индекс шаблона.

    Return Value

    Копия представления шаблона.
    Исключения
    ИсключениеОписание
    Выбрасывается, если index меньше нуля или index больше Count.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также