|
PdfInternalLinkElement Constructor |
Initializes an internal link pdf element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfInternalLinkElement(
RectangleF linkRectangle,
PdfDestination linkDestination
)
Public Sub New (
linkRectangle As RectangleF,
linkDestination As PdfDestination
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The link rectangle in the page. - linkDestination
- Type: SelectPdfPdfDestination
The link destination in the pdf document.
See Also