This topic provides information about the following:
What are NuGet Packages?
NuGet is the package manager for the Microsoft development platform that includes .NET. NuGet packages make it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework.
To read more about NuGet, please visit nuget.org.
Installing NuGet
Starting with Visual Studio 2012, NuGet is included in every version of Visual Studio (except Team Foundation Server) by default. For Visual Studio 2010, you will need to install the NuGet Extension manually using the Extension Manager.
To check if your copy of Visual Studio already has the NuGet extension, in the Visual Studio Tools menu, look for Library Package Manager (VS2012) or NuGet Package Manager (VS2015).
If your copy of Visual Studio does not already have the Library Package Manager (NuGet) extension, you can install it using the Extension Manager. See https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools for details.
Adding Accusoft NuGet Packages
All of our packages can be found at nuget.org, which is the central package repository used by all package authors and consumers. The NuGet Package Manager is configured by default to use nuget.org for packages' sources.
To add NuGet packages into your imaging application:
- Open the NuGet Package Manager in Visual Studio using one of the following methods:
- Tools > Library Package Manager (VS2012) or NuGet Package Manager (VS2015) > Manage NuGet packages for solution
- Right-click on the project or solution in the Solution Explorer and choose Manage NuGet packages
- In the opened window make sure that Package source is set to nuget.org and find the required package from the list of packages. See the ImageGear .NET NuGet Packages table below to determine which packages to install. If you are unsure which package to use, you can use the ImageGear.All package for evaluation purposes.
- After selecting and installing the required package(s), you should see the newly added assemblies in your application's References folder. If your selected package requires native binaries or additional resources, they will be copied to the application's Output directory after building the project.
- Add
using [namespace];
to any CS/VB file where you want to reference these libraries.
ImageGear .NET NuGet Packages
Package Dependencies are automatically included; so, for example, if you select the ImageGear.PDF package, the ImageGear.Core package is also included.
ImageGear .Net NuGet packages are self-sufficient and provide all the necessary functionality for the package they describe. However, if you want to extend the package capabilities with functionality from other packages, you need to install those corresponding packages, too. For example:
- To work with Recognition (OCR) and PDF files, you will need to install both ImageGear.Recognition and ImageGear.PDF packages.
Package Name |
Description |
Assemblies |
Package Dependencies |
ImageGear.Core |
Includes all functionality to work with common files. Also includes Core ImageGear API, Display API, File format manager, general metadata API, and Metadata dictionary API for the file formats. (BMP, ICO, CUR, CLP, PNG, GIF, TIFF and JFIF file formats. CCITT, Deflate, LZW, JPEG compressions. EXIF metadata.) |
- ImageGear.Core.dll
- ImageGear.Evaluation.dll
- ImageGear.Formats.Common.dll
- ImageGear.Formats.SimplifiedMetadata.dll
Also includes:
- ig_cmyk_profile.icm
- ig_rgb_profile.icm
- igpict1.dll
|
None |
ImageGear.ART.WinForms |
Includes all functionality to work with WinForms Annotation controls and UI. |
- ImageGear.Art.dll
- ImageGear.Art.Forms.dll
|
ImageGear.Core
ImageGear.WinForms |
ImageGear.ART.WPF |
Provides GUI and annotation controls for use with the Windows Presentation Foundation framework. |
- ImageGear.Art.dll
- ImageGear.Art.Windows.Controls.dll
|
ImageGear.Core
ImageGear.WPF |
ImageGear.PDF |
Includes all functionality to work with Adobe PDF and PostScript file formats, and PDF editing API. |
- ImageGear.Formats.Pdf.dll
- ImageGear.Formats.Vector.dll
Also includes:
- igpdfnu.dll
- Native Dependencies
- Resource files
|
ImageGear.Core
ImageGear.Vector |
ImageGear.Recognition |
Provides a set of objects that provide access to document recognition technology. |
- ImageGear.OCR.dll
- ImageGear.OCR.Forms.dll
Also includes:
- Native OCR dependencies
- IgOcrIpc.dll
|
ImageGear.Core |
ImageGear.Recognition.Asian |
This adds files for Asian OCR feature. |
OCR resource files for Asian support. |
ImageGear.Core
ImageGear.Recognition |
ImageGear.WinForms |
Provides a set of objects to simplify development of WinForms based applications. |
- ImageGear.Presentation.dll
- ImageGear.Windows.Forms.dll
|
ImageGear.Core |
ImageGear.WPF |
Provides UI controls for use with the Windows Presentation Foundation framework. Also enables HD Photo and XPS file formats, and BitmapSource converters. |
- ImageGear.Presentation.dll
- ImageGear.Windows.Controls.dll
- ImageGear.Wpf.dll
|
ImageGear.Core |