PageCollection.Item

PageCollection indexer

Gets page by index.

public Page this[int index] { get; }
ParameterDescription
indexIndex of page.

Return Value

Retreived page.

See Also