Click or drag to resize

AnnotLayerGetAnnotListForType Method

Get all annotations of a certain type

Namespace:  ComPDFKitViewer.Layer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public List<BaseAnnot> GetAnnotListForType(
	C_ANNOTATION_TYPE annotType
)

Parameters

annotType
Type: ComPDFKit.PDFAnnotationC_ANNOTATION_TYPE
Annotation type

Return Value

Type: ListBaseAnnot
Annotation list
See Also