Gets the rect.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetRect As Rect
public:
virtual Rect^ GetRect() sealed
Return Value
Type:
Rect Annotation’s bounding rectangle, specified in user space coordinates.
The meaning of the rectangle depends on the annotation type. For Link and RubberStamp
annotations, the rectangle specifies the area containing the hyperlink area or stamp.
For Note annotations, the rectangle is describing the popup window when it's opened.
When it's closed, the icon is positioned at lower left corner.
Implements
IAnnotGetRectSee Also