Leadtools.Pdf Namespace > PDFAnnotation Class : ObjectBounds Property |
public PDFRect ObjectBounds {get;}
'Declaration Public ReadOnly Property ObjectBounds As PDFRect
'Usage Dim instance As PDFAnnotation Dim value As PDFRect value = instance.ObjectBounds
public PDFRect ObjectBounds {get;}
get_ObjectBounds();
The PDFRect is the hot spot area of the annotation. This property is updated internally in conjunction with assigning values to an annotation object
You can use the PDFDocumentPage.ConvertRect helper method to convert from pixel or inches to PDF units and back.
For an example, refer to PDFAnnotation.
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