PDFView4NET WinForms Edition
InReplyTo Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFMarkupAnnotation Class : 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;}
public: __property PDFAnnotation* get_InReplyTo();
public: __property void set_InReplyTo( 
   PDFAnnotation* value
);
public:
property PDFAnnotation^ InReplyTo {
   PDFAnnotation^ get();
   void set (    PDFAnnotation^ value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFMarkupAnnotation Class
PDFMarkupAnnotation Members