LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

ObjectBounds Property






Gets the source bounds of this annotation.
Syntax
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(); 
public:
property PDFRect ObjectBounds {
   PDFRect get();
}

Property Value

A PDFRect that represents the source location and size of this annotation in PDF units (1/72 of an inch and bottom left). The default value is an empty PDFRect.
Remarks

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.

Example

For an example, refer to PDFAnnotation.

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
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.