'Declaration
Public Function JBIG2SelectPage( _ ByVal ImageID As Integer, _ ByVal Page As Integer _ ) As GdPictureStatus
public GdPictureStatus JBIG2SelectPage( int ImageID, int Page )
public function JBIG2SelectPage( ImageID: Integer; Page: Integer ): GdPictureStatus;
public function JBIG2SelectPage( ImageID : int, Page : int ) : GdPictureStatus;
public: GdPictureStatus JBIG2SelectPage( int ImageID, int Page )
public: GdPictureStatus JBIG2SelectPage( int ImageID, int Page )
Parameters
- ImageID
- GdPicture image identifier. The multipage JBIG2 image.
- Page
- Page number between 1 and page count.
Return Value
A member of the GdPictureStatus enumeration.