| LinkCopy Method |
Copy a link from an input document to a output document.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.NavigationAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.2.0.0
Syntax public static Link Copy(
Document targetDocument,
Link link
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
- link Link
-
the link to be copied to the targetDocument
Return Value
Link
the copied link, associated with the
targetDocumentExceptions See Also