For Windows Developers who need to PDF TIFF Viewer and Image Viewer , plus support TIFF with WANG Annotations, securing a PDF document, add annotation with PDF for C++ , C#, VB.NET , VB, Delphi, Vfp, MS Access.
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.
Platform : Windows 11, Windows 10, Windows 8, Vista, XP
It is PDF Viewer SDK, fast open PDF, support print a PDF, searching the text with C++ , C#, VB.Net , VB6, Delphi, Vfp, MS Access.
Step 1: To install the PDF Viewer SDK ActiveX Control, begin by launching the setup file (https://www.viscomsoft.com/demo/pdfviewersetup.exe). Select the desired installation folder for the PDF Viewer SDK ActiveX and continue with the installation on your development computer.
Step 2: To install the Image Thumbnail CP SDK ActiveX x64 Control, begin by launching the setup file (https://www.viscomsoft.com/demo/imagethumbnailx64setup.exe). Select the desired installation folder for the Image Thumbnail CP SDK ActiveX x64 and continue with the installation on your development computer.
Step 3: Create New Visual Basic Project, select Windows Form Application.
Step 4: The next step is to install Image Thumbnail SDK ActiveX x64 Control in ToolBox. Select Toolbox, select Components item, right click mouse button, select Choose Items.
In COM Components tab, select Image Thumbnail SDK ActiveX x64 Control, click OK.Step 6: The next step is to install PDF Viewer ActiveX Control in ToolBox. Select Toolbox, select Components item, right click mouse button, select Choose Items.
Step 7: In COM Components tab, select PDF Viewer ActiveX Control, click OK.
Step 8: Drag the Image Thumbnail CP ActiveX x64 from ToolBox to form. Move the Position of Image Thumbnail CP ActiveX x64 to left hand size.Drag the PDF Viewer ActiveX from ToolBox to form. Move the Position of PDF Viewer ActiveX to right hand size.Step 9: add button , textbox, label and OpenFileDialog contorl on form.Step 10: add the following code in Open PDF button 's click eventPrivate Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
AxImageThumbnailCP1.DeleteAllClips()
OpenFileDialog1.Filter = "PDF (*.pdf)|*.pdf"
If OpenFileDialog1.ShowDialog() = DialogResult.OK Then
AxImageThumbnailCP1.AddClip(OpenFileDialog1.FileName, "")
AxPDFViewer1.LoadPDFFile(OpenFileDialog1.FileName)
End If
End SubStep 12: add the following code in Image Thumbnail Click event
Private Sub AxImageThumbnailCP1_ClickEvent(sender As Object, e As AxIMAGETHUMBNAILCPLib._DImageThumbnailCPEvents_ClickEvent) Handles AxImageThumbnailCP1.ClickEvent
If e.iClipIndex <> 0 Then
If e.iClipIndex < Val(txtpageno.Text) Then
AxPDFViewer1.GoToPrevPage()
Else
AxPDFViewer1.GoToNextPage()
AxPDFViewer1.GoToPage(0)
txtpageno.Text = e.iClipIndex.ToString()
End SubStep 13: Run the sample. click 'Open PDF' button, then select multipage PDF file, you will see it display PDF thumbnail List.Download this sample
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.