PDFView4NET WinForms Edition
PDFRectangle Property (PDFTextMarkupAnnotation)




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

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

PDFTextMarkupAnnotation Class
PDFTextMarkupAnnotation Members