C# TIFF Image Library
Multi-page TIFF Processing in C#.NET


Edit and Process Multi-page TIFF Image Using C# Code in .NET Application



RasterEdge.com provides mature toolkits for images and documents manipulations in C#.NET applications. Users are able to view, process, convert, annotate, and save various image and document file formats. Most commonly, images and documents like Tiff, Jpeg, Bmp, Png, Gif, PDF, Word, Excel, PowerPoint, and medical DICOM are supported.

RasterEdge.com aims at developing professional multi-page Tiff processing SDK, which allows C# developers to manipulate single and multiple Tiff files and pages, for instance, adding & deleting Tiff file page, merging and splitting Tiff files, and loading & saving Tiff file to commonly used file formats, like PDF, Bmp, Jpeg, Gif, etc. What's more, image annotating function is seamlessly integrated into XDoc.Tiff for .NET. The high-annotation-usability can be used to markup and draw multiple annotations to Tiff document page, which include callout, freehand, line, highlight, rectangle, ellipse, text, hotspot, etc.



TIFF Page Processing Functions in C#.NET



Tiff function table below displays the main C#.NET Tiff page imaging functions supported by RasterEdge XDoc.Tiff for .NET. We also offers detailed tutorials for Tiff reading in VB.NET, Tiff viewing and processing in Web ASP.NET and multi-page Tiff manipulation in .NET WinForms application. Please note that, for all supported Tiff file page processing, the page number is starting from 0.



Insert Pages into Tiff File


You will see an overview for Tiff page insertion and then get a piece of C# coding example for inserting a new page to a loaded Tiff image file.


Delete Tiff File Pages


On this tutorial, you will be guided to use specific C#.NET API to remove and delete defined pages from a sample Tiff document.


Move Tiff Page Position


C# users are feel free to set and customize a page order for multi-page Tiff document, and then sort target Tiff file with the new order.


Rotate a Tiff Page


A C# demo code is illustrated on this guide. It will help you easily obtain the first page of sample Tiff file and rotate it to 90 degrees in clockwise.


Extract Tiff Pages


C# developers will obtain details for how to load a Tiff image, define some pages for extraction, extract selected pages, and save to a single Tiff file.











Common Asked Questions

What is a TIFF page?

TIFF (Tagged Image File Format) or TIF is an image file format for storing raster graphics images. A TIFF page is an image within a TIFF file. A TIFF file may contain multiple pages or images. You can easily read, open, process a TIFF file using RasterEdge XDoc.TIFF C# library in your Visual Studio .NET IDE.

Do TIF files have multiple pages?

Yes. A TIFF file may contain one or multiple pages, one page is one image document. You can store multi-page scanned documents in one TIFF file. The C# TIFF library supports processing multi-page TIFF document, merge, rotate, split a TIFF document in C# web and desktop applications.

What is the difference between single page TIFF and multi-page TIFF?

A single-page TIFF contains only one raster image, and a multi-page TIFF file contains multiple raster images or pages into a single TIFF file. When multi-page documents (Word, Excel, PowerPoint) are scanned, they can be stored as multi-page TIFF files, where each raster image within the TIFF file represents a page of the original document or slides. The C# TIFF library supports both single page tiff file and multi-page TIFF document. You can easily read, insert, merge, split, delete pages from a TIFF document using C# TIFF sdk api in .NET projects.

How to split TIFF file?

You can split or seperate a multi-page TIFF file using several methods. You can use online free tools to split a TIFF file, and store each TIFF page into one image file. You can also use installed software to do it. You can quickly split a TIFF file into multiple TIFF files, or put each one TIFF page into a new single page TIFF file using RasterEdge C# TIFF library.

How to merge TIFF files into one TIFF?

There are many free online tools and freewares to combine multiple TIFF files into one single TIFF file. You need choose the right order of the merged tiff files, and you will get a new single tiff file merged from your selected tiff documents. You can merge selected TIFF files into one new TIFF document, or quickly group all TIFF files in one same folder into a new TIFF document using C# TIFF library.

How to rotate a TIFF file?

Windows build-in image software supports rotating a TIFF file. You can right click a TIFF file, and choose "Rotate Right" or "Rotate Left" from the popup menu. Using XDoc.TIFF C# library, you can easily rotate a single page from a TIFF file, or rotate all images in the TIFF document in C# ASP.NET Core, MVC, Windows and WPF applications.