Search Results for: "ActiveX"
Usually when the phrase "thread safe" is used it means that the same instance of the library can be accessed by different threads at the same time.
This means that Foxit Quick PDF Library is not thread safe because a single instan...
Keep reading Error: BadImageFormatException was unhandled
Updated 16 May 2022
Despite the unhelpful name, the BadImageFormatException error almost always results from confusion with 32-bit/64-bit DLLs and project settings. For example, you've tried to load a 32-bit DLL into a 64-bit application or you've tr...
Keep reading How to use rendering and printing add-on with Foxit Quick PDF Library
Updated 16 May 2022
Foxit Quick PDF Library has a new rendering and printing add-on which provides much improved support for transparency, shading patterns and tiling patterns when rendering and printing PDF files.
This new rendering engine...
Keep reading Ambiguity between class ‘DebenuPDFLibraryAX1014.PDFLibrary’ and interface ‘DebenuPDFLibraryAX1014.PDFLibrary’
Updated 16 May 2022
When using the ActiveX edition of Foxit Quick PDF Library in Visual Studio it is possible to come across this error message:
Ambiguity between class 'DebenuPDFLibraryAX1014.PDFLibrary' and interface 'DebenuPDFLibraryAX1014.PDFLibr...
Keep reading
With a DLL there are a few different ways of handling memory. Many libraries ask the user to create the buffer but with the DLL and LIB editions of Foxit Quick PDF Library the library itself maintains the buffer. So if you call a...
Keep reading
This tutorial is for developers are are using Foxit Quick PDF Library with C# for the first time.
To begin with add a button to your Windows Forms Application. Double-click the button to add an OnClick event, and fill in the ...
Keep reading Why is the Foxit Quick PDF Library installer around 100 MB?
Updated 16 May 2022
Don't worry, the installer for Foxit Quick PDF Library might be around 100 MB these days but the binaries that you will need to distribute with your application are much smaller. The reason the installer is so big is that it ...
Keep reading
Yes, Foxit Quick PDF Library works with the .NET framework.
Foxit Quick PDF Library has an ActiveX and DLL edition that can be used with the .NET framework via an interop assembly. We also provide special import classes ...
Keep reading What is the difference between Foxit Quick PDF Library and Foxit Quick PDF Library Lite?
Updated 20 November 2013
Foxit Quick PDF Library Lite includes a small subset of the features available in the full Foxit Quick PDF Library SDK. As of version 11.14 Foxit Quick PDF Library Lite includes 44 functions and the full version of Foxit Quick...
Keep reading