InternalLinkElement Constructor |
Constructs an PDF internal link element
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic InternalLinkElement(
RectangleF linkRectangle,
ExplicitDestination linkDestination
)
Public Sub New (
linkRectangle As RectangleF,
linkDestination As ExplicitDestination
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The link rectangle in page - linkDestination
- Type: ExpertPdf.HtmlToPdf.PdfDocumentExplicitDestination
The link destination
See Also