'Declaration
Public Overloads Function TiffAppendPageFromGdPictureImage( _ ByVal ImageID As Integer, _ ByVal ImageToAddID As Integer _ ) As GdPictureStatus
public GdPictureStatus TiffAppendPageFromGdPictureImage( int ImageID, int ImageToAddID )
public function TiffAppendPageFromGdPictureImage( ImageID: Integer; ImageToAddID: Integer ): GdPictureStatus;
public function TiffAppendPageFromGdPictureImage( ImageID : int, ImageToAddID : int ) : GdPictureStatus;
public: GdPictureStatus TiffAppendPageFromGdPictureImage( int ImageID, int ImageToAddID )
public: GdPictureStatus TiffAppendPageFromGdPictureImage( int ImageID, int ImageToAddID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the editable multipage TIFF image, in which the new page will be added.
- ImageToAddID
- A unique image identifier of the GdPicture image representing the image, which will be appended to the specified editable multipage TIFF image.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.