Home >
.NET Imaging SDK >
C# >
Modify Document Page
"This online guide content is
Out Dated!
Please get the latest
XDoc.Tiff C# Developer Guide here.
"
C#.NET TIFF Add-on of RasterEdge .NET Imaging SDK empowers users to apply TIFF file page editing and modifying functions in several categories, which include TIFF page(s) adding, inserting, deleting and sorting.
Related .net document control helps:
asp.net annotate pdf using c#:
ASP.NET Annotate PDF Control: annotate, comment, markup PDF document online using ASP.NET C#
asp.net pdf viewer using c#: ASP.NET PDF Viewer Control: view, navigate, zoom Adobe PDF document in C# ASP.NET
asp.net mvc image viewer: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
asp.net document viewer example:
EdgeDoc:ASP.NET Document Viewer C# Control:
Open, view, annotate, redact, convert documents online in C#, VB.NET, AS...
asp.net mvc pdf editor using c#: ASP.NET MVC PDF Viewer & Editor: view, annotate, redact, edit PDF document in C# ASP.NET MVC
c# asp.net mvc document viewer: ASP.NET Document Viewer using C#: Open, View, Annotate, Redact, Convert document files in ASP.NET using C#, HTML5, JQuer...
asp.net dicom library: ASP.NET Dicom Document Viewer Control: view, annotate dicom imaging files online in ASP.NET
Integrated with RasterEdge .NET imaging basic and TIFF libraries, users can integrate TIFF processing functions in single or multi-threaded C# application.
c# split pdf by bookmark,
how to add footer in pdf using itextsharp in c#,
how to read data from barcode scanner in c#,
asp.net pdf editor,
c# convert docx to pdf,
pdf417 reader c#.
In details, you may first load a TIFF document, and then do advanced manipulations, like creating a TIFF file page using an image source file (the source image can be png, bmp, gif or jpeg format), inserting it to TIFF document, removing any redundant or useless TIFF page, and changing the TIFF pages order.
In addition to TIFF page modifier, RasterEdge .NET Imaging SDK comprises of many more TIFF page and document processing and manipulating function components, for instance, extracting page(s) from TIFF document with text & graphics information retained, merging two or more independent TIFF documents into a single one, or on the contrary, splitting a complete multi-page TIFF document into multiple single-page TIFF files, etc.
convert pdf to bmp c#,
get coordinates of text in pdf c#,
how to remove pages from pdf in c#,
vb.net search pdf for text,
c# pdf highlight text,
c# send pdf to network printer,
vb.net itextsharp add text to pdf.
In order to provide users with better guide of C# TIFF file modifying, we design this page as below.
- C#.NET TIFF Modifier Add-on functions overview
- Comprehensive C# methods to add, insert, delete and sort order of TIFF page(s)
- Sample C# code for insert page to TIFF file at index
- Relevant TIFF page and document manipulation functions in C#
C#.NET TIFF Modifier Add-on Functions - Overview
- Completely accurate TIFF page editing application which is compatible with C#.NET class and console controls
- Add or insert single blank TIFF page into an exsisting TIFF documentin C# at a time
- Able to create a new TIFF page with an image file and add it to any location of TIFF document
- Delete any target TIFF page from TIFF document file at index using C#.NET programming
- Change and sort TIFF file pages order based on particular needs
- More TIFF document processing and manipulating functions in C#
C# APIs & Demo Code for TIFF Page Modification
This part mainly tells about the fully managed .NET APIs and sample code in C#.NET class for how to do TIFF page modifications, including page adding, inserting, deleting, and sorting.
APIs Used For TIFF Page Modification in C#
public override void InsertPage(BasePage tifpage, int pageIdx);
public override void AddPage(BasePage newPage);
public override void DeletePage(int pageIdx);
public override void SortPage(int[] orderPageIdxs);
Sample Code for Inserting TIFF Page in C#
// load a TIFF document
TIFFDocument doc = new TIFFDocument(@"c:\sample.tif");
// insert page at index;
doc.InsertPage(page, index);
// save the changed TIFF document
doc.Save(@"c:\sampleModified.tif");
Relevant TIFF Manipulating Functions in C#
With RasterEdge .NET TIFF Imaging SDK, users can apply TIFF page and document annotating, converting and compressing functions in Visual C# application as well.
- C# TIFF annotating: draw and create annotation object to TIFF file page
- C# TIFF converting: convert and transform TIFF file to image or document
- C# TIFF compressing: compressing TIFF page, TIFF document or TIFF embedded image with loss and lossless compression options
Recommend this to Google+