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

Deletes the page of an editable multipage tiff image on the given position.

C#
public GdPictureStatus TiffDeletePage(
    int ImageID, 
    int Page
);
Visual Basic
Public Function TiffDeletePage(
    ByVal ImageID As Integer, 
    ByVal Page As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The editable multipage tiff image in which a page will be deleted.  
Page 
The position of the page to delete. Must be a value from 1 to the current number of pages available in the 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.