'Declaration
Public Function PrintSetFromToPage( _ ByVal FromPage As Integer, _ ByVal ToPage As Integer _ ) As GdPictureStatus
public GdPictureStatus PrintSetFromToPage( int FromPage, int ToPage )
public function PrintSetFromToPage( FromPage: Integer; ToPage: Integer ): GdPictureStatus;
public function PrintSetFromToPage( FromPage : int, ToPage : int ) : GdPictureStatus;
public: GdPictureStatus PrintSetFromToPage( int FromPage, int ToPage )
public: GdPictureStatus PrintSetFromToPage( int FromPage, int ToPage )
Parameters
- FromPage
- The first page from the required range of pages.
- ToPage
- The last page from the required range of pages.
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.