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

C# | Visual Basic | Visual C++ |
public PdfPage this[ int pageIndex ] { get; set; }
Public Default Property Item ( pageIndex As Integer ) As PdfPage Get Set
public: property PdfPage^ default[int pageIndex] { PdfPage^ get (int pageIndex); void set (int pageIndex, PdfPage^ value); }

- pageIndex (Int32)
- The zero based page index in the collection.

PdfPage
The PDF page at the specified index
The PDF page at the specified index
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)