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.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
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