To use PDF Graphics .NET, you need to have one of the following .NET Runtimes installed:
There are no library dependencies.
To install PDF Graphics .NET, download the latest version from the web site and run the setup package. The setup package will extract the library files, together with this documentation and sample code projects. No further installation is required.
To use PDF Graphics .NET in a Visual Studio project, add a reference to the PdfCreative.Pdf.Graphics.dll file. You can find the library in the \bin folder of the installation directory (e.g. C:\Program Files\PDF Graphics\), or you can copy the files inside the \bin folder to your project's folder.
The library actually consists of four files:
The comments file is not required by the library, but is used by Visual Studio to provide pop-up help for classes and methods used by the library. It is highly recommended especially for beginning users. The PdfCreative.Pdf.Writer.dll is required by PDF Graphics .NET, but you do not need to a add a reference to it in your project. As long as the file is located in the same path as the PdfCreative.Pdf.Graphics.dll file, your project will work.
The main classes can be found in the PdfCreative.Pdf.Graphics namespace. The most important of these is the Graphics class. See the Creating PDF documents section for more information on how to use the Graphics class to create your documents.