←Select platform

FrameBounds Property

Summary

Source bounds of text annotation.

Syntax
C#
VB
C++
Java
public PDFRect FrameBounds { get; set; } 
Public Property FrameBounds As PDFRect 
public PDFRect getFrameBounds() 
public void setFrameBounds(PDFRect bounds) 
public: 
property PDFRect FrameBounds { 
   PDFRect get(); 
   void set (    PDFRect ); 
} 

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

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

Leadtools.Pdf Assembly