|
ERRCODE TFormer_SetPageFromTo |
( |
HTFORM |
pInstance, |
|
|
UINT |
nPageFrom, |
|
|
UINT |
nPageTo | |
|
) |
| | |
Sets the range of page-numbers to be the printed.
- Returns:
- - ErrOk (0) in case of success
- Non-zero if error occurred
- Parameters:
-
[in] | pInstance | The TFORMer-Instance provided by a previous call to TFormer_Init. |
[in] | nPageFrom | Starting page of print-job (all pages with smaller page numbers are not printed, default is 1) |
[in] | nPageTo | Ending page of print-job (all pages with higher page numbers are not printed, default is UINT_MAX, or 0xffffffff) |
- See also:
- TFormer_Print.
|