'Declaration
Public Function TiffSelectPage( _ ByVal ImageID As Integer, _ ByVal Page As Integer _ ) As GdPictureStatus
public GdPictureStatus TiffSelectPage( int ImageID, int Page )
public function TiffSelectPage( ImageID: Integer; Page: Integer ): GdPictureStatus;
public function TiffSelectPage( ImageID : int, Page : int ) : GdPictureStatus;
public: GdPictureStatus TiffSelectPage( int ImageID, int Page )
public: GdPictureStatus TiffSelectPage( int ImageID, int Page )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the multipage TIFF image.
- Page
- The page number of a page you want to select. It must be a value from 1 to TiffGetPageCount.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.