| LinkCopy Method |
Copy a link from an input document to a output document.
Namespace: PdfTools.Toolbox.Pdf.NavigationAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
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 Exception | Condition |
---|
ArgumentException | if the targetDocument has already been closed |
ArgumentException | if the targetDocument is read-only |
ArgumentException | if the link is not associated with an input document |
ArgumentException | if the document associated with the link object has already been closed |
ConformanceException | The conformance level of the input document is not compatible
with the conformance level of the targetDocument. |
IOException | Error reading from the input document or writing to the output document |
ArgumentNullException | if targetDocument is . |
ArgumentNullException | if link is . |
See Also