'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 не должны отображать ответы на аннотацию по отдельности, а вместе в виде цепочек комментариев.
- Группа - аннотация должна быть сгруппирована с указанной аннотацией.