| FileReferenceCopy Method |
Copy a file reference object
Copy a file reference object from an input document to the given
targetDocument.
The returned object is associated with the given target document but not yet part of it.
Namespace: PdfTools.FourHeights.PdfToolbox.PdfAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax public static FileReference Copy(
Document targetDocument,
FileReference fileReference
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
- fileReference FileReference
-
a file reference object of a different document
Return Value
FileReference
the copied file reference, associated with the current document
Exceptions See Also