GdPicture image identifier. The GdPicture image stored as the first page of the multipage JBIG2 file. You will be able to release this image after calling this method.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / JBIG2CloseMultiPageFile Method

JBIG2CloseMultiPageFile Method (GdPictureImaging)

In This Topic
Terminates and closes a multipage JBIG2 file created with the JBIG2SaveAsMultiPageFile() method.
Syntax
'Declaration
 
Public Function JBIG2CloseMultiPageFile( _
   ByVal ImageID As Integer _
) As GdPictureStatus
public GdPictureStatus JBIG2CloseMultiPageFile( 
   int ImageID
)
public function JBIG2CloseMultiPageFile( 
    ImageID: Integer
): GdPictureStatus; 
public function JBIG2CloseMultiPageFile( 
   ImageID : int
) : GdPictureStatus;
public: GdPictureStatus JBIG2CloseMultiPageFile( 
   int ImageID
) 
public:
GdPictureStatus JBIG2CloseMultiPageFile( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier. The GdPicture image stored as the first page of the multipage JBIG2 file. You will be able to release this image after calling this method.

Return Value

A member of the GdPictureStatus enumeration.
See Also