Click or drag to resize

CPDFAnnotationAddCopyAnnotToPage Method

Add the copied comments to the PDF page

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public static CPDFAnnotation AddCopyAnnotToPage(
	CPDFDocument destDoc,
	CPDFPage destPage,
	CPDFAnnotation copyAnnot
)

Parameters

destDoc
Type: ComPDFKit.PDFDocumentCPDFDocument
the destination document
destPage
Type: ComPDFKit.PDFPageCPDFPage
the destination page
copyAnnot
Type: ComPDFKit.PDFAnnotationCPDFAnnotation
the annotation for copying

Return Value

Type: CPDFAnnotation
the annotation added to the page
See Also