←Select platform

ObjectBounds Property

Summary

Gets the source bounds of this annotation.

Syntax

C#
VB
Java
C++
public PDFRect ObjectBounds { get; } 
Public ReadOnly Property ObjectBounds As Leadtools.Pdf.PDFRect 
public PDFRect getObjectBounds() 
             
public: 
property Leadtools.Pdf.PDFRect ObjectBounds { 
   Leadtools.Pdf.PDFRect get(); 
} 

Property Value

A PDFRect that represents the source location and size of this annotation in PDF units (1/72 of an inch and bottom left). The default value is an empty PDFRect.

Remarks

The PDFRect is the hot spot area of the annotation. This property is updated internally in conjunction with assigning values to an annotation object

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly