Advanced PDF Viewer and PDF Edit Plugin ReferenceMethods PDFEditDeletePage Image Viewer CP ActiveX Control PDFEditDeletePage Delete Page of PDF file without displaying or decoding any of the images. Public Function PDFEditDeletePage( _ ByVal strSourceFile As String, _ ByVal iPage As Integer) As Bool ParameterstrSourceFileThe source of PDF File.iPageSpecifies the page to deleted. The first page is 0.Return ValueReturn true if successful, otherwise return false.Example Visual Basic SyntaxImageViewer1.PDFEditDeletePage "c:\sourcepdf.pdf", 1