'Declaration
Public Function TiffCreateMultiPageFromGdPictureImage( _ ByVal ImageID As Integer _ ) As Integer
public int TiffCreateMultiPageFromGdPictureImage( int ImageID )
public function TiffCreateMultiPageFromGdPictureImage( ImageID: Integer ): Integer;
public function TiffCreateMultiPageFromGdPictureImage( ImageID : int ) : int;
public: int TiffCreateMultiPageFromGdPictureImage( int ImageID )
public: int TiffCreateMultiPageFromGdPictureImage( int ImageID )
Parameters
- ImageID
- The unique image identifier of the GdPicture image representing the source image.
Return Value
A unique image identifier of the GdPicture image representing the newly created editable multipage TIFF image. The returned value is non-zero if the image is successfully created. Please first of all use the GdPictureImaging.GetStat method to determine if this method has been successful.
Be aware that you need to release the image with the GdPictureImaging.ReleaseGdPictureImage method after being used.