| InternalLinkCreate Method |
Create a document-internal link
The link is associated with the
targetDocument but not yet part of any page.
It can be added to a page's list of links.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.NavigationAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax public static InternalLink Create(
Document targetDocument,
Rectangle boundingBox,
Destination target
)
Parameters
- targetDocument Document
-
The document in which the links is used
- boundingBox Rectangle
-
The location on the page.
- target Destination
-
The link target
Return Value
InternalLink
The newly created object
Exceptions See Also