XDoc.TIFF.WinForms 12.3.5.3

dotnet add package XDoc.TIFF.WinForms --version 12.3.5.3
                    
NuGet\Install-Package XDoc.TIFF.WinForms -Version 12.3.5.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XDoc.TIFF.WinForms" Version="12.3.5.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XDoc.TIFF.WinForms" Version="12.3.5.3" />
                    
Directory.Packages.props
<PackageReference Include="XDoc.TIFF.WinForms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XDoc.TIFF.WinForms --version 12.3.5.3
                    
#r "nuget: XDoc.TIFF.WinForms, 12.3.5.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package XDoc.TIFF.WinForms@12.3.5.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XDoc.TIFF.WinForms&version=12.3.5.3
                    
Install as a Cake Addin
#tool nuget:?package=XDoc.TIFF.WinForms&version=12.3.5.3
                    
Install as a Cake Tool

XDoc.TIFF.WinForms is a FREE C# TIFF library to create, convert, edit multi-page TIFF file in .NET Windows Forms apps

XDoc.TIFF.WinForms from RasterEdge is an advanced TIFF image processing library :

  • It is FREE
  • Generate multi-page TIFF file from PDF, Word, Excel, PowerPoint, JPG, PNG, BITMAP image formats
  • Convert TIFF document to PDF, JPEG, bitmap image files
  • Read, save, merge, split, compress TIFF documents
  • Insert, delete, move, rotate TIFF pages

Compatible with

  • .NET Standard 2.0
  • .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
  • .NET Framework 4.x
  • Windows, Mac, Linux, Docker, Azure

Get to Start

Once installed the package, you can use the following C# code to combine multiple TIFF files into one.

TIFFDocument doc1 = new TIFFDocument(@"C:\demo1.tif");
TIFFDocument doc2 = new TIFFDocument(@"C:\demo2.tif");
if (null == doc1 || null == doc2)
	throw new Exception("Fail to load TIFF Document, pls check file path or others.");

// Add and append all pages of doc2 to the end of doc1.
doc1.AppendDocument(doc2);
doc1.Save(@"C:\append.tif");

Support & Documents

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on XDoc.TIFF.WinForms:

Package Downloads
XDoc.TIFF

XDoc.TIFF is a FREE C# TIFF library to create, convert, edit multi-page TIFF file in .NET projects. XDoc.TIFF from RasterEdge is an advanced TIFF image processing library : * It is FREE * Generate multi-page TIFF file from PDF, Word, Excel, PowerPoint, JPG, PNG, BITMAP image formats * Convert TIFF document to PDF, JPEG, bitmap image files * Read, save, merge, split, compress TIFF documents * Insert, delete, move, rotate TIFF pages Compatible with * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Online Documents * C# How to Guide : https://www.rasteredge.com/how-to/csharp-imaging/tiff-reading/ * Email : support@rasteredge.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
12.3.5.3 139 10/14/2025
12.3.5.2 157 10/7/2025
12.3.5.1 166 9/30/2025
12.3.5 244 9/29/2025