GdPicture image identifier. The image to check.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / JBIG2IsMultiPage Method

JBIG2IsMultiPage Method (GdPictureImaging)

In This Topic
Checks if a GdPicture image is a multipage JBIG2 image
Syntax
'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.
See Also