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 Integer ParameterstrSourceFileThe source of PDF File.iPageSpecifies the page to deleted.No Return ValueExample Visual Basic SyntaxImageViewer1.PDFEditDeletePage "c:\sourcepdf.pdf", 1