Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentLink Structure : Bounds Property |
public LeadRectD Bounds {get; set;}
'Declaration
Public Property Bounds As LeadRectD
'Usage
Dim instance As DocumentLink Dim value As LeadRectD instance.Bounds = value value = instance.Bounds
public LeadRectD getBounds() public void setBounds(LeadRectD value)
Viewer applications can use this value to provide UI support for links. Typically, change the pointer when it hovers over the link Bounds and perform the action when the user clicks on this area: either go to Target if this is an internal link or invoke the hyperlink in Value if this is an external link depending on LinkType.
This value is in document coordinates. Refer to Documents Library Coordinate System for more information.
For an example, refer to DocumentPage.GetLinks.