Leadtools.Pdf Namespace > PDFHyperlink Structure : Bounds Property |
public PDFRect Bounds {get; set;}
'Declaration Public Property Bounds As PDFRect
'Usage Dim instance As PDFHyperlink Dim value As PDFRect instance.Bounds = value value = instance.Bounds
The Bounds is the hot spot area of the hyperlink. An external viewer may choose to change the mouse cursor shape to a "Hand" when the user hovers over this link and proceed to perform the action of the link when the user clicks the link.
You can use the PDFDocumentPage.ConvertRect helper method to convert from pixel or inches to PDF units and back.
For an example, refer to PDFHyperlink.