ExpertPdf Html to Pdf Converter Library
Item Property (pageIndex)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPageCollectionItem[([( Int32])])
ExpertPdf Html to Pdf Converter Library
Gets or sets the page at the specified zero based index in the pages collection.
Declaration Syntax
C#Visual BasicVisual 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);
}
Parameters
pageIndex (Int32)
The zero based page index in the collection.
Return Value
PdfPage
The PDF page at the specified index

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)