PageCollectionItem Property

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
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