GdPicture image identifier. The multipage JBIG2 image.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / JBIG2GetPageCount Method

JBIG2GetPageCount Method (GdPictureImaging)

In This Topic
Returns the number of pages currently available in a multipage JBIG2 image.
Syntax
'Declaration
 
Public Function JBIG2GetPageCount( _
   ByVal ImageID As Integer _
) As Integer
public int JBIG2GetPageCount( 
   int ImageID
)
public function JBIG2GetPageCount( 
    ImageID: Integer
): Integer; 
public function JBIG2GetPageCount( 
   ImageID : int
) : int;
public: int JBIG2GetPageCount( 
   int ImageID
) 
public:
int JBIG2GetPageCount( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier. The multipage JBIG2 image.

Return Value

Number of pages currently available in the multipage JBIG2 image. Returns 0 if the image is not a multipage JBIG2 image.
See Also