| PageCollectionItem Property  | 
 
            Gets or sets the page at the specified zero based index in the pages collection.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
 Syntax
Syntaxpublic PdfPage this[
	int pageIndex
] { get; set; }Public Default Property Item ( 
	pageIndex As Integer
) As PdfPage
	Get
	Set
Parameters
- pageIndex
- Type: SystemInt32
 The zero based page index in the collection.
Return Value
Type: 
PdfPageThe PDF page at the specified index
 See Also
See Also