PageCollectionItem Property
Gets or sets the page at the specified zero based index in the pages collection.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public PdfPage this[
int pageIndex
] { get; set; }
Public Default Property Item (
pageIndex As Integer
) As PdfPage
Get
Set
- pageIndex Int32
- The zero based page index in the collection.
PdfPageThe PDF page at the specified index