Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFTextAnnotation Class : FrameBounds Property |
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 getFrameBounds() public void setFrameBounds(PDFRect bounds)
You can use the PDFDocumentPage.ConvertRect helper method to convert from pixel or inches to PDF units and back.
For an example, refer to PDFTextAnnotation.