←Select platform

Bounds Property

Summary
Source bounds of rectangle annotation.
Syntax
C#
VB
C++
Java
public PDFRect Bounds { get; set; } 
Public Property Bounds As PDFRect 
public PDFRect getBounds(); 
public void setBounds( 
   PDFRect pDFRect 
); 
public: 
property PDFRect Bounds { 
   PDFRect get(); 
   void set (    PDFRect ); 
} 

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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.