VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationTemplateManager Class / GetDescription(AnnotationData) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetDescription(AnnotationData) Метод (WpfAnnotationTemplateManager)
    В этом разделе
    Возвращает описание шаблона аннотации.
    Синтаксис
    'Declaration
    
    Protected Overridable Function GetDescription( _
    ByVal data
    Шаблон аннотации.
    As Vintasoft.Imaging.Annotation.AnnotationData _
    ) As System.String
    protected virtual System.String GetDescription(
    Vintasoft.Imaging.Annotation.AnnotationData data
    )
    protected: virtual System.String GetDescription(
    Vintasoft.Imaging.Annotation.AnnotationData* data
    )
    protected:
    virtual System.String GetDescription(
    Vintasoft.Imaging.Annotation.AnnotationData^ data
    )

    Parameters

    data
    Шаблон аннотации.

    Return Value

    Описание шаблона аннотации.
    Требования

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

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