VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfMarkupAnnotation Class / RelatedAnnotation Property
Syntax Remarks Requirements SeeAlso
In This Topic
    RelatedAnnotation Property (PdfMarkupAnnotation)
    In This Topic
    Gets or sets the annotation that is related with this annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The annotation that is related with this annotation.")>
    <CategoryAttribute("Behavior")>
    Public Property RelatedAnnotation As PdfAnnotation
    
    
    [Description("The annotation that is related with this annotation.")]
    [Category("Behavior")]
    public PdfAnnotation RelatedAnnotation { get; set; }
    
    
    [Description("The annotation that is related with this annotation.")]
    [Category("Behavior")]
    public: __property PdfAnnotation* get_RelatedAnnotation();
    public: __property void set_RelatedAnnotation(
    PdfAnnotation* value
    );
    [Description("The annotation that is related with this annotation.")]
    [Category("Behavior")]
    public:
    property PdfAnnotation^ RelatedAnnotation { PdfAnnotation^ get(); void set(PdfAnnotation^ value); }
    Remarks

    The relationship between two annotations is specified by the RelatedAnnotationType property. Both annotations must be on the same page of the document.

    Requirements

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

    See Also