'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
Valid values are:
- R - The annotation is considered a reply to the annotation specified by RelatedAnnotation. Interactive PDF processors shall not display replies to an annotation individually but together in the form of threaded comments.
- Group - The annotation shall be grouped with the annotation specified.