Gets or sets the display rectangle of this annotation object.
'Declaration
Public Property DisplayRectangle As DisplayRectangle
'Usage
Dim instance As PDFAnnotation
Dim value As DisplayRectangle
instance.DisplayRectangle = value
value = instance.DisplayRectangle
public DisplayRectangle DisplayRectangle {get; set;}
public: __property DisplayRectangle* get_DisplayRectangle();
public: __property void set_DisplayRectangle(
DisplayRectangle* value
);
public:
property DisplayRectangle^ DisplayRectangle {
DisplayRectangle^ get();
void set ( DisplayRectangle^ value);
}
Property Value
A
System.Drawing.RectangleF object specifying the position and size of the annotation.
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