You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Multipage TIFF Manipulation
logo.gif
ContentsIndexHome
PreviousUpNext
Multipage TIFF Manipulation

These methods are available in:

  • GdPicture.NET Document Imaging SDK Ultimate.
  • GdPicture.NET Document Imaging SDK.
  • GdPicture.NET Image SDK.
  • GdPicture.NET TWAIN PRO SDK.
  • GdPicture.NET TWAIN SDK.

 
Name 
Description 
 
Appends a new page from file to the end of an editable multipage tiff image.  
 
Appends a new page from a GdPicture Image to the end of an editable multipage tiff image.  
 
Creates a new editable multipage tiff image based on an image file.  
 
Creates a new editable multipage tiff image based on an image file. This function uses embedded color management (ICM).  
 
Creates a new editable multipage tiff image based from a GdPicture Image.  
 
Deletes the page of an editable multipage tiff image on the given position.  
 
Returns the current page (or selected page) in a multipage tiff image.  
 
Returns the number of pages currently available in a multipage tiff image.  
 
Inserts a new page from file at the given position an editable multipage tiff image. Page has to be a number smaller or equal than the current number of pages available in the multipage tiff image.  
 
Inserts a new page from a GdPicture Image at the given position in aneditable multipage tiff image. Page has to be a number smaller or equal than the current number of pages available in the multipage tiff image.  
 
Checks if an image is an editable multipage tiff image.  
 
Checks if an image is a multipage tiff image. This image can be a read only multipage tiff image or an editable multipage tiff image.  
 
Merge two image files together and save they as multipage tiff image.  
 
Merge a list of files into a multipage tiff image.  
 
Merges 2 or more image files together and save they as multipage tiff image.  
 
This function controls the way of multipage tiff image loading.
By default, the class loads multipage TIFF images as read only through the following functions:
CreateGdPictureImageFromByteArray
CreateGdPictureImageFromByteArrayICM
CreateGdPictureImageFromFile
CreateGdPictureImageFromFileICM
CreateGdPictureImageFromStream
CreateGdPictureImageFromStreamICM
CreateGdPictureImageFromString
CreateGdPictureImageFromStringICM
CreateGdPictureImageFromFTP
CreateGdPictureImageFromHTTP

If you want to open multipage TIFF images as read & write, you should this function using False for the OpenAsReadOnly parameter.  
 
This is the overview for the TiffSaveMultiPageToFile method overload. 
 
Selects a page of a multipage tiff image. The page can now be edited or saved to a different file.  
 
Swaps two pages in an editable multipage tiff image.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.