PageCollectionGetEnumerator Method

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Returns an enumerator that iterates through 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 IEnumerator<Page> GetEnumerator()

Return Value

Type: IEnumeratorPage
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

Reference