it is a 64 bit and 32 bit Image Thumbnail SDK for Windows Developers who need to display image thumbnail browser in C#, C , VB.NET , VB6, Delphi, MS Access, VFP.
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.
Platform :
Step 1: Download image viewer cp pro ActiveX setup disk and installed it.
Step 2: Create New Visual Basic Project, select Windows Application.
Step 3: Add a buttons into the form.
Step 4: Add following code in buttons click event. Please change the FileName path so that it points to a valid TIFF or PDF file. This sample code rotate page 1, page 3 from multipage PDF file
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
AxImageViewer1.FileName = "c:\yourimage.pdf"AxImageViewer1.ClearRotateMultiPageOnly()AxImageViewer1.RotateMultiPageOnly(0, 1)AxImageViewer1.RotateMultiPageOnly(2, 1)AxImageViewer1.Save "c:\newfile", "pdf"
End Sub
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.