Link location and position in the page.
public LeadRectD Bounds { get; set; }
Public Property Bounds() As LeadRectD
Get
Set
public LeadRectD getBounds()
public void setBounds(LeadRectD value)
The link location and position in the page in document coordinates. Default value is empty rectangle.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET