PDFView4NET WPF Edition
PDFRectangle Property (PDFAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : PDFRectangle Property
Gets or sets the annotation rectangle in PDF coordinates.
Syntax
'Declaration
 
Public Overridable Property PDFRectangle As PDFRectangle
'Usage
 
Dim instance As PDFAnnotation
Dim value As PDFRectangle
 
instance.PDFRectangle = value
 
value = instance.PDFRectangle
public virtual PDFRectangle PDFRectangle {get; set;}
public: __property virtual PDFRectangle* get_PDFRectangle();
public: __property virtual void set_PDFRectangle( 
   PDFRectangle* value
);
public:
virtual property PDFRectangle^ PDFRectangle {
   PDFRectangle^ get();
   void set (    PDFRectangle^ value);
}

Property Value

The annotation rectangle specified in the default PDF coordinate system.
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