'Declaration
Public Function DisplayPage( _ ByVal Page As Integer _ ) As GdPictureStatus
public GdPictureStatus DisplayPage( int Page )
public function DisplayPage( Page: Integer ): GdPictureStatus;
public function DisplayPage( Page : int ) : GdPictureStatus;
public: GdPictureStatus DisplayPage( int Page )
public: GdPictureStatus DisplayPage( int Page )
Parameters
- Page
- The required page number. It must be a value from 1 to the value of the PageCount property.
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.