C# TIFF Image Library
Install, Deploy and Distribute XDoc.Tiff for .NET
C# Guide for How to Install, Deploy and Distribute XDoc.Tiff for .NET SDK
Install TIFF library on .NET Core projects
From nuget.org
RasterEdge has published the C# TIFF library nuget package.
The easiest method to install C# TIFF library is through NuGet Package Manager for Visual Studio .NET.
You can find the barcode package by the name "XDoc.TIFF".
> Install-Package XDoc.TIFF
https://www.nuget.org/packages/XDoc.TIFF
- In Visual Studio Solution Explorer, right click "Dependencies", choose "Manage NuGet Packages..."
- Go to tab "Browse", search XDoc.TIFF
- Select the first package, and install it
The installed TIFF library package is compatible with
- .NET Standard 2.0
- .NET 8, .NET 7, .NET 6, .NET 5
- .NET Core 3.x, .NET Core 2.x
- .NET Framework 4.6.1
From this site
1. Install NuGet Packages
To install RasterEdge DLLs for .NET Core project, you need download and install the following Nuget Packages from Visual Studio Nuget Packages Manager
- System.Drawing.Common (>= Version 6.0.0)
- System.IO.Packaging (>= Version 6.0.0)
- Newtonsoft.Json (>= Version 11.0.2)
- WaterTrans.GlyphLoader (>= Version 1.0.0)
2. Install RasterEdge DLLs
Add RasterEdge .NET DLLs to project reference
In Visual Studio project Solution Explorer, right click "References", and select "Add References...".
Click "Browse...", and navigate to the unzip folder, select all dlls names start with "RasterEdge." from folder "/Bin/NetStandard2.0/"
Copy RasterEdge Native DLLs to project Bin folder
Copy all VC++ DLLs (both x86 and x64 versions) (from {download package}/Bin/NetStandard2.0/) manually to the same folder as the assembly "RasterEdge.Imaging.Basic.dll".
Install TIFF library on .NET Framework projects
From nuget.org
RasterEdge has published the C# TIFF library nuget package for .NET Framework applications.
> Install-Package XDoc.TIFF.Framework
https://www.nuget.org/packages/XDoc.TIFF.Framework
- In Visual Studio Solution Explorer, right click "Dependencies", choose "Manage NuGet Packages..."
- Go to tab "Browse", search XDoc.TIFF.Framework
- Choose the first package, and install it
The installed TIFF library package is compatible with
- .NET Framework 4.x, 3.x, and 2.x
From this site
It is an easy task to install RasterEdge dlls to .NET Framework 4.x, 3.x, and 2.x projects
- Download and unzip the RasterEdge Dll for .NET Framework trial package
- In your Visual Studio project Solution Explorer, right click "References", and select "Add References..."
- Click "Browse...", and navigate to the unzip folder, select all dlls names start with "RasterEdge."