VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfMarkupAnnotation Class / RelatedAnnotationType Property
Syntax Requirements SeeAlso
In This Topic
    RelatedAnnotationType Property (PdfMarkupAnnotation)
    In This Topic
    Gets or sets a name specifying the relationship (the "reply type") between this annotation and one specified by RelatedAnnotation.
    Syntax
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute("R")>
    <DescriptionAttribute("A name describing the intent of the markup annotation.")>
    Public Property RelatedAnnotationType As System.String
    
    
    [Category("Behavior")]
    [DefaultValue("R")]
    [Description("A name describing the intent of the markup annotation.")]
    public System.String RelatedAnnotationType { get; set; }
    
    
    [Category("Behavior")]
    [DefaultValue("R")]
    [Description("A name describing the intent of the markup annotation.")]
    public: __property System.String get_RelatedAnnotationType();
    public: __property void set_RelatedAnnotationType(
    System.String value
    );
    [Category("Behavior")]
    [DefaultValue("R")]
    [Description("A name describing the intent of the markup annotation.")]
    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.
    Default value is R.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also