Click or drag to resize

PageCollectionItem Property

Gets or sets the page at the specified zero based index in the pages collection.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public PdfPage this[
	int pageIndex
] { get; set; }

Parameters

pageIndex  Int32
The zero based page index in the collection.

Return Value

PdfPage
The PDF page at the specified index
See Also