'Declaration
Public Function JBIG2AddToMultiPageFile( _ ByVal ImageID As Integer, _ ByVal ImageToAddID As Integer _ ) As GdPictureStatus
public GdPictureStatus JBIG2AddToMultiPageFile( int ImageID, int ImageToAddID )
public function JBIG2AddToMultiPageFile( ImageID: Integer; ImageToAddID: Integer ): GdPictureStatus;
public function JBIG2AddToMultiPageFile( ImageID : int, ImageToAddID : int ) : GdPictureStatus;
public: GdPictureStatus JBIG2AddToMultiPageFile( int ImageID, int ImageToAddID )
public: GdPictureStatus JBIG2AddToMultiPageFile( int ImageID, int ImageToAddID )
Parameters
- ImageID
- GdPicture image identifier. The GdPicture image used with the JBIG2SaveAsMultiPageFile() method. This must be the first image ot the file.
- ImageToAddID
- GdPicture image identifier. The image to append within multipage JBIG2 file. You will be able to release this image after calling this method.
Return Value
A member of the GdPictureStatus enumeration.