GdPicture image identifier. The multipage JBIG2 image.
Page number between 1 and page count.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / JBIG2SelectPage Method

JBIG2SelectPage Method (GdPictureImaging)

In This Topic
Selects a page of a multipage JBIG2 image. The page can now be edited or saved to a different file.
Syntax
'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.
Remarks

This method requires the Image Documents component to run.

See Also