| PageCollectionRemove Method (PdfPage) | 
 
            Removes the specified PDF page.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
 Syntax
Syntaxpublic void Remove(
	PdfPage pdfPage
)
Public Sub Remove ( 
	pdfPage As PdfPage
)
Parameters
- pdfPage
- Type: ExpertPdf.PdfCreatorPdfPage
 The PDF page to be removed.
 See Also
See Also