PageCollectionItem Property ByteScout PDF SDK
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 Page this[
	int index
] { get; set; }

Parameters

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

Return Value

Type: Page
The Bytescout.PDF.Page with specified index.

Implements

IListTItemInt32
See Also

Reference