| PageCollectionRemove Method (Int32) | 
 
            Removes the PDF page at the specified index in collection.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
 Syntax
Syntaxpublic void Remove(
	int pageIndex
)
Public Sub Remove ( 
	pageIndex As Integer
)
Parameters
- pageIndex
- Type: SystemInt32
 The zero based index of the PDF page to be removed.
 See Also
See Also