Click or drag to resize

CPDFPageCreateAnnot Method

Adds annotations on page according to the type of annotation.

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CPDFAnnotation CreateAnnot(
	C_ANNOTATION_TYPE annotType
)

Parameters

annotType
Type: ComPDFKit.PDFAnnotationC_ANNOTATION_TYPE
Annotation type

Return Value

Type: CPDFAnnotation
Annotation object
See Also