Link Search Menu Expand Document

AnnotationCollectionsItem Property (Int32)

Gets the element at the specified index.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public Annotation this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get.

Return Value

Type: Annotation
The Bytescout.PDF.Annotation with specified index.
See Also

Reference