Click or drag to resize

CPDFViewerGetAnnotForIndex Method

Get the annotation at the specified position

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public BaseAnnot GetAnnotForIndex(
	int pageIndex,
	int annotIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index
annotIndex
Type: SystemInt32
Annotation index

Return Value

Type: BaseAnnot
BaseAnnot
See Also