Source bounds of this internal link.
public PDFRect SourceBounds { get; set; }
Public Property SourceBounds As Leadtools.Pdf.PDFRect
public PDFRect getSourceBounds()
public void setSourceBounds(PDFRect bounds)
public:
property Leadtools.Pdf.PDFRect SourceBounds {
Leadtools.Pdf.PDFRect get();
void set ( Leadtools.Pdf.PDFRect );
}
A PDFRect that represents the source location and size of this internal link, in PDF units (1/72 of an inch and bottom left). The default value is an empty PDFRect.
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.
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