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+4b8ae91508c7f16ebf511129b42dfd307f45e350
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