Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

FrameBounds Property






Source bounds of text annotation.
Syntax
public PDFRect FrameBounds {get; set;}
'Declaration
 
Public Property FrameBounds As PDFRect
'Usage
 
Dim instance As PDFTextAnnotation
Dim value As PDFRect
 
instance.FrameBounds = value
 
value = instance.FrameBounds
public PDFRect getFrameBounds()
public void setFrameBounds(PDFRect bounds)
            
public:
property PDFRect FrameBounds {
   PDFRect get();
   void set (    PDFRect value);
}

Property Value

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.
Remarks

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 PDFTextAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFTextAnnotation Class
PDFTextAnnotation Members
PDF Coordinate System

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features