AnnotLayerGetAnnotForIndex Method |
Get annotation by index
Namespace:
ComPDFKitViewer.Layer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic BaseAnnot GetAnnotForIndex(
int PageIndex,
int AnnotIndex
)
Parameters
- PageIndex
- Type: SystemInt32
Page index
- AnnotIndex
- Type: SystemInt32
Annotation index
Return Value
Type:
BaseAnnot
Annotation
See Also