'Declaration
Public Function JBIG2IsMultiPage( _ ByVal ImageID As Integer _ ) As Boolean
public bool JBIG2IsMultiPage( int ImageID )
public function JBIG2IsMultiPage( ImageID: Integer ): Boolean;
public function JBIG2IsMultiPage( ImageID : int ) : boolean;
public: bool JBIG2IsMultiPage( int ImageID )
public: bool JBIG2IsMultiPage( int ImageID )
Parameters
- ImageID
- GdPicture image identifier. The image to check.
Return Value
True if the image is a multipage JBIG2 image, else false.