PDFView4NET WinForms Edition
Replies Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : Replies Property
Gets the collection of replies to this annotation.
Syntax
'Declaration
 
Public ReadOnly Property Replies As PDFAnnotationReplyCollection
'Usage
 
Dim instance As PDFAnnotation
Dim value As PDFAnnotationReplyCollection
 
value = instance.Replies
public PDFAnnotationReplyCollection Replies {get;}
public: __property PDFAnnotationReplyCollection* get_Replies();
public:
property PDFAnnotationReplyCollection^ Replies {
   PDFAnnotationReplyCollection^ get();
}

Property Value

The collection of replies to this annotation.
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

PDFAnnotation Class
PDFAnnotation Members