ExpertPdf PDF Creator Library
Item Property (pageIndex)
NamespacesExpertPdf.PdfCreatorPageCollectionItem[([( Int32])])
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)