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 trial version of Power Point Viewer Pro ActiveX and installed it.
Step 2: Started visual studio 2010, the next step is create New Project, select Windows Application.
Step 3: In Toolbox, Right Click mouse and Select Choose Items... , Select Power Point Viewer Pro Control in COM Components Tab.
Step 4: Now you will see the Power Point Viewer Pro ActiveX on Toolbox, Drag the Power Point Viewer Pro Control from Toolbox on form.
Step 5: Add Button on form. Add following code in Button click event.It will create pptx file.
private void button1_Click(object sender, EventArgs e){
axPPTXViewer1.AddImage(0,"c:\\yourimage1.jpg");
axPPTXViewer1.AddImage(1,"c:\\yourimage2.jpg");
axPPTXViewer1.SetSlideDelay(0,10);
axPPTXViewer1.SetSlideDelay(1,10);
axPPTXViewer1.CreatePptx("c:\\temp\\test1.pptx")
}
Step 6: Add following code in another Button click event. It will display pptx file.
private void button2_Click(object sender, EventArgs e){axPPTXViewer1.PlayerWidth=1024;axPPTXViewer1.PlayerHeight=768;axPPTXViewer1.FPS=25;axPPTXViewer1.VMRType=2; //for win 7 or win 8 onlyaxPPTXViewer1.LoadPPTXFile("c:\\temp\\test1.pptx");axPPTXViewer1.InitControl();int iresult = axPPTXViewer1.Play(); if (iresult==0) MessageBox.Show("Your computer does not support selected Video Renderer, Try select another Video Renderer");}
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.