Click or drag to resize

CPDFAnnotationCopyAnnot Method

Copies the annotation.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public static CPDFAnnotation CopyAnnot(
	CPDFAnnotation annot
)

Parameters

annot
Type: ComPDFKit.PDFAnnotationCPDFAnnotation
the annotation to be copied

Return Value

Type: CPDFAnnotation
the copied annotation
See Also