Click or drag to resize
PageCollectionItem Property
Gets or sets the page at the specified zero based index in the pages collection.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public PdfPage this[
	int pageIndex
] { get; set; }

Parameters

pageIndex
Type: SystemInt32
The zero based page index in the collection.

Return Value

Type: PdfPage
The PDF page at the specified index
See Also