Image Viewer CP Pro SDK ActiveX

Image Viewer CP Pro SDK ActiveX

Platform : Windows 10, Windows 8, Vista, Windows 7, XP

It is a PDF Viewer and Document Viewer SDK , Export to PDF ,Image processing, 1D and 2D Barcode Reader, Writer, DICOM and OCR with C#, C , VB.NET , VB, Delphi, Vfp, MS Access.

Popular Solution Go   Back

VB.NET - How to Delete Pages from PDF file using VB.Net

Step 1: To install the Image Viewer CP Pro ActiveX Control, begin by launching the setup file (imageviewercpprosetup.exe). Select the desired installation folder for the Image Viewer CP Pro ActiveX and continue with the installation on your development computer.

Step 2: Create New Visual Basic Project, select Windows Application.


Step 3: The next step is to install Image Viewer CP Pro ActiveX in ToolBox. Select Toolbox, select Components item, right click mouse button, select Choose Items...
 

Step 4: Select COM Components tab, select Image Viewer CP Pro ActiveX Control , click OK.
 

Step 5: Now you will see the Image Viewer CP Pro ActiveX's icon on toolbox, drag it to form.
 


 Step 6: Design the UI same as following

 

Step 7: When pressing the "Delete” button our sample’s code will call PDFEditDeletePage method to delete specific page from PDF file, the page number start from 0. 0 is first page, 1 is second page.
Remember if you want to use PDFEditDeletePage method and another PDF Editing methods, you need buy our Advanced PDF Viewer and PDF Edit Plug-in.


Step 8: Download the sample source code from VBNET_Delete_Page_PDF.zip