 | 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.11.0+eb7160cc6b920e36fb1ea2abe5f76809067c0c55
Syntaxpublic 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
targetDocument
Exceptions| 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