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 > PDFInternalLink Structure : SourceBounds Property |
public PDFRect SourceBounds {get; set;}
'Declaration
Public Property SourceBounds As PDFRect
'Usage
Dim instance As PDFInternalLink Dim value As PDFRect instance.SourceBounds = value value = instance.SourceBounds
public PDFRect getSourceBounds() public void setSourceBounds(PDFRect bounds)
The SourceBounds is the hot spot area of the internal link. 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 PDFInternalLink.