Click or drag to resize

AnnotLayerGetSelectedAnnot Method

Get the selected annotation

Namespace:  ComPDFKitViewer.Layer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public BaseAnnot GetSelectedAnnot(
	ref int PageIndex,
	ref int AnnotIndex
)

Parameters

PageIndex
Type: SystemInt32
Page index
AnnotIndex
Type: SystemInt32
Annotation index

Return Value

Type: BaseAnnot
Annotation
See Also