This method is used for adjusting the output filename or the name of the spool-job (on Microsoft Windows printers).
- 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] | pszOutputName | The output filename or the name of the spool-job (on Microsoft Windows printers). |
- Note:
- Use this function in conjunction with TFormer_SetPrinterType to specify the type and the target of the generated output. Alternatively you can use TFormer_SetPrinterName - this function specifies output type and target device within one string.
- Deprecated:
- This functionality will be modified in future versions.
- See also:
- TFormer_Print.