LEADTOOLS PDF (Leadtools.Pdf assembly)

Bounds Property (PDFRectangleAnnotation)

Show in webframe





Gets or sets the source bounds of rectangle annotation.
Syntax
public PDFRect Bounds {get; set;}
'Declaration
 
Public Property Bounds As PDFRect
'Usage
 
Dim instance As PDFRectangleAnnotation
Dim value As PDFRect
 
instance.Bounds = value
 
value = instance.Bounds

            

            
public:
property PDFRect Bounds {
   PDFRect get();
   void set (    PDFRect value);
}

Property Value

A PDFRect that represents the source location and size of rectangle annotation in PDF units (1/72 of an inch and bottom left). The default value is an empty 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 PDFRectangleAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFRectangleAnnotation Class
PDFRectangleAnnotation Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.