Specifies the name of the JobTrayControl to be used for this Job.
- 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] | pszTrayControlName | Name of the JobTrayControl as defined with TFORMer Designer - use NULL or "" to use the _Default_ JobTrayControl |
This function must be called before
TFormer_Print.
- Note:
- TFORMer uses a configuration file named
TFORMer.xml
for adjusting output options and paper format names. Since paper format names are also used in JobTrayControl please check out TFormer_SetConfigFile too.