Gets the source bounds of this annotation.
public PDFRect ObjectBounds { get; }
Public ReadOnly Property ObjectBounds As Leadtools.Pdf.PDFRect
public PDFRect getObjectBounds()
public:
property Leadtools.Pdf.PDFRect ObjectBounds {
Leadtools.Pdf.PDFRect get();
}
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.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET