Search Results for: "ActiveX"
Getting Started Guide for Foxit Quick PDF Library (ActiveX Edition)
Updated 16 May 2022
Installation
After running the installer the DebenuPDFLibraryAX1411.dll and DebenuPDFLibrary64AX1411.dll files will be placed into the ActiveX folder, inside the main installation folder you chose during instal...
Keep reading Can Foxit PDF SDK ActiveX work in a 64-bit application/program?
Updated 05 April 2017
The 64-bit version of Foxit PDF SDK ActiveX is located in the bin folder with the 32-bit version, but includes x64 in the filename.
Keep reading
Basically, you have two options to use Foxit PDF SDK ActiveX component with Visual Basic. Both are described above:
Option A:
Open Excel or Access
Select DEVELOPER->Visual BasicNote: If you do not have the Developer tab. G...
Keep reading How to remove the Foxit PDF SDK ActiveX Professional header?
Updated 05 April 2017
Calling the function ShowTitleBar(false) will remove the header panel that appears above the toolbar on the Foxit PDF SDK ActiveX component.
ShowTitleBar()
Description: Show or hide the title bar.
Prototype: void ShowTitleB...
Keep reading
Follow the steps outlined to use Foxit PDF SDK ActiveX in C# or Visual Basic:
Open Visual Studio 2010/2013
Select File -> New ->Project -> Visual C# or Visual Basic -> Windows -> Windows Forms Application -> ...
Keep reading Registration-free COM for ActiveX DLL and ActiveX Control
Updated 16 May 2022
Registration-free COM allows you to use an ActiveX DLL or ActiveX Control in your application without having to register the ActiveX on the end-users machine using regsvr32. It does this by creating a manifest file which if d...
Keep reading
The following error message is shown sometimes when using ASP, VBScript, Microsoft Access, VBA and other technologies:
ActiveX component can't create object
As the error message describes the ActiveX component can't create the ref...
Keep reading Setup Visual Basic and Visual Studio with the ActiveX edition of Foxit Quick PDF Library
Updated 16 May 2022
In order to use the ActiveX edition of Foxit Quick PDF Library you first need to register it on your machine. To register it simply type the following into the command line (Start > Run > CMD):
regsvr32.exe "C:\Program ...
Keep reading Switching between the 32-bit and 64-bit ActiveX versions of Foxit Quick PDF Library (Visual C#)
Updated 16 May 2022
The ActiveX edition of Foxit QuicK PDF Library includes support for 32-bit and 64-bit applications. To make it incredibly easy to switch between the 32-bit and 64-bit versions we provide a C# import file for the ActiveX editi...
Keep reading