See Also Examples Applies To
Appends a new page from an image handle to the end of an editable multipage tiff image.
Syntax
object.TiffAppendPageFromGdPictureImage (nImageID, nAddImageID)
The TiffAppendPageFromGdPictureImage syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nImageID | Required. Long. GdPicture Image handle. The editable multipage tiff image in which the page will be added. |
| nAddImageID | Required. Long. GdPicture Image handle. The image to append within the editable multipage tiff image. |
Returns
Long. GdPictureStatus
Remarks
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.
Category
Multipage TIFF Functions