| ContentElementCopy Method |
Copy a content element
The returned object is associated with the given target document but not yet part of it.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.ContentAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax public static ContentElement Copy(
Document targetDocument,
ContentElement contentElement
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
- contentElement ContentElement
-
a content element of a different document
Return Value
ContentElement
the copied content element, associated with the current document
Exceptions See Also