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

FrameBounds Property






Gets or sets the 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 FrameBounds {get; set;}
 get_FrameBounds();
set_FrameBounds(value);
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: 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

PDFTextAnnotation Class
PDFTextAnnotation Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

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