PDFView4NET WinForms Edition


InReplyTo Property
Gets or sets the annotation that this annotation is "in reply to".
Syntax
'Declaration
 
Public Property InReplyTo As PDFAnnotation
'Usage
 
Dim instance As PDFMarkupAnnotation
Dim value As PDFAnnotation
 
instance.InReplyTo = value
 
value = instance.InReplyTo
public PDFAnnotation InReplyTo {get; set;}

Property Value

The parent annotation that this annotation is "in reply to".
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also