| OutlineItemCopy Method |
Copy an outline item
Copy an outline item object including all descendants 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.Pdf.NavigationAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax public static OutlineItem Copy(
Document targetDocument,
OutlineItem outlineItem,
OutlineCopyOptions options
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
- outlineItem OutlineItem
-
An outline item of a different document
- options OutlineCopyOptions
-
The options used to copy the item
Return Value
OutlineItem
The copied outline item, associated with the current document.
Exceptions See Also