| AnnotationCopy Method |
Copy an annotation
Copy an annotation 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.Pdf.AnnotationsAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.2.0.0
Syntax public static Annotation Copy(
Document targetDocument,
Annotation annotation
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
- annotation Annotation
-
the annotation to be copied to the targetDocument
Return Value
Annotation
the copied annotation, associated with the
targetDocumentExceptions See Also