VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfMarkupAnnotation Class / RelatedAnnotationType Property
Синтаксис Требования Смотрите также
В этом разделе
    RelatedAnnotationType Свойство (PdfMarkupAnnotation)
    В этом разделе
    Возвращает или задает имя, определяющее отношение ("тип ответа") между этой аннотацией и аннотацией, указанной свойством RelatedAnnotation.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A name describing the intent of the markup annotation.")>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute("R")>
    Public Property RelatedAnnotationType As System.String
    
    
    [Description("A name describing the intent of the markup annotation.")]
    [Category("Behavior")]
    [DefaultValue("R")]
    public System.String RelatedAnnotationType { get; set; }
    
    
    [Description("A name describing the intent of the markup annotation.")]
    [Category("Behavior")]
    [DefaultValue("R")]
    public: __property System.String get_RelatedAnnotationType();
    public: __property void set_RelatedAnnotationType(
    System.String value
    );
    [Description("A name describing the intent of the markup annotation.")]
    [Category("Behavior")]
    [DefaultValue("R")]
    public:
    property System.String RelatedAnnotationType { System.String get(); void set(System.String value); }

    Property Value

    Допустимые значения:
    • R - аннотация считается ответом на аннотацию, указанную в RelatedAnnotation. Интерактивные процессоры PDF не должны отображать ответы на аннотацию по отдельности, а вместе в виде цепочек комментариев.
    • Группа - аннотация должна быть сгруппирована с указанной аннотацией.
    Значение по умолчанию - R.
    Требования

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

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