ExpertPdf PDF Creator Library
RemovePage Method (pageIndex)
NamespacesExpertPdf.PdfCreatorDocumentRemovePage(Int32)
ExpertPdf PDF Creator Library
Removes the PDF page at the specified index in pages collection.
Declaration Syntax
C#Visual BasicVisual C++
public void RemovePage(
	int pageIndex
)
Public Sub RemovePage ( _
	pageIndex As Integer _
)
public:
void RemovePage(
	int pageIndex
)
Parameters
pageIndex (Int32)
The zero based index of the PDF page to be removed.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.0.0.0 (5.0.0.0)