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

Appends a new page from a GdPicture Image to the end of an editable multipage tiff image.

C#
public GdPictureStatus TiffAppendPageFromGdPictureImage(
    int ImageID, 
    int ImageToAddID
);
Visual Basic
Public Function TiffAppendPageFromGdPictureImage(
    ByVal ImageID As Integer, 
    ByVal ImageToAddID As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The editable multipage tiff image in which the page will be added.  
ImageToAddID 
GdPicture Image Identifier. The image to append within the editable multipage tiff image.  
Returns

A member of the GdPictureStatus enumeration.

This function can only be used with an editable multipage tiff image. 

To check if an image is an editable multipage tiff image you can use the TiffIsEditableMultiPage() function. 

To save modifications brought to the multipage tiff image you need to use the TiffSaveMultiPageToFile() function.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.