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: 3.0.0.0 (3.0.0.0)
Syntax
C#
public static CPDFAnnotation AddCopyAnnotToPage(
	CPDFPage targetPage,
	CPDFAnnotation copyAnnot
)

Parameters

targetPage
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