Source bounds of text annotation.
public PDFRect FrameBounds { get; set; }
Public Property FrameBounds As Leadtools.Pdf.PDFRect
public PDFRect getFrameBounds()
public void setFrameBounds(PDFRect bounds)
public:
property Leadtools.Pdf.PDFRect FrameBounds {
Leadtools.Pdf.PDFRect get();
void set ( Leadtools.Pdf.PDFRect );
}
A PDFRect that represents the source location and size of bounding rectangle for text annotation in PDF units (1/72 of an inch and bottom left). The default value is an empty a PDFRect.
You can use the PDFDocumentPage.ConvertRect helper method to convert from pixel or inches to PDF units and back.
For an example, refer to PDFTextAnnotation.
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