Search Results for: ".NET"

Yes, it is possible to set the background color for Foxit PDF Viewer for .NET SDK's viewer control. You can do that using the BackColor property. Below is the code sample to achieve that: viewerObj.BackColor = System.Drawing.Colo...
Keep reading Keep reading
To fix the module dependency not found error in Foxit PDF Rasterizer for .NET SDK, download and install the MS Visual C++ Package: For 64-bit environment: http://www.microsoft.com/en-us/downl....aspx?id=14632 For 32-bit environm...
Keep reading Keep reading
The most common error with Foxit PDF Generator or Merger .NET SDK is that the project .NET Framework does not match with the .NET correct Generator or Merger .NET SDK DLL. Solution: Set your project to the .NET SDK DLL you are us...
Keep reading Keep reading
When your Foxit Merger for .NET SDK Getting Started Library don't show any content, do the steps below to fix this error: Right click on the “FoxitHelpLibForNet.##.##.chm” file and select properties Click on “Unblock”
Keep reading Keep reading
Sometimes it's necessary to customize the content of a document on the fly from templates. There's various different ways this can be done, but one way is to have a template with different content on each page of a document and th...
Keep reading Keep reading
The DLL edition of Foxit Quick PDF Library includes support for 32-bit and 64-bit applications. If you're absolutely sure that you will only want to use the 32-bit version or the 64-bit version then you can just hard code in ...
Keep reading Keep reading
Here are some instructions on how to use the DLL edition of Foxit Quick PDF Library with Visual Basic .NET within Visual Studio. This answer applies to Visual Studio 2003 through to Visual Studio 2013. To make life easier, the DLL...
Keep reading Keep reading
Foxit Quick PDF Library is available in 4 different editions: Delphi (DCUs, source code also available) ActiveX DLL LIB Dylib This means that Foxit Quick PDF Library supports quite a wide range of programming languages. The list...
Keep reading Keep reading