PageCollectionItem Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Gets the Page at the specified index inside the collection.

Namespace:  Apitron.PDF.Rasterizer
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public Page this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
A zero-based index of a page in a collection.

Property Value

Type: Page
The Page.

Return Value

Type: Page
Page object if page object was successfully read, otherwise a PageLoadException will be thrown.
Exceptions

ExceptionCondition
PageLoadExceptionIf page index is out of range or page object can't be read.
See Also

Reference