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)
Remarks:
If required this function must be called before TFormer_Print. To restore this setting (printing of all pages of the job), call the following command:
 TFormer_SetPageFromTo (pInstance, 0, 0);
See also:
TFormer_Print.


© 2006-2009 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Sep 2 16:01:09 2009 for TFORMer Runtime DLL/Shared Library with doxygen 1.5.8