VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / AnnotationType Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    AnnotationType Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает тип аннотации.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Common")>
    <DescriptionAttribute("The type of annotation.")>
    Public Overridable Property AnnotationType As PdfAnnotationType
    
    
    [Category("Common")]
    [Description("The type of annotation.")]
    public virtual PdfAnnotationType AnnotationType { get; set; }
    
    
    [Category("Common")]
    [Description("The type of annotation.")]
    public: __property virtual PdfAnnotationType get_AnnotationType();
    public: __property virtual void set_AnnotationType(
    PdfAnnotationType value
    );
    [Category("Common")]
    [Description("The type of annotation.")]
    public:
    virtual property PdfAnnotationType AnnotationType { PdfAnnotationType get(); void set(PdfAnnotationType value); }
    Исключения
    ИсключениеОписание
    Выбрасывается, если был вызван установщик.
    Требования

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

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