Important: this function only concerns Adelia reports
This function is used to force the type of driver (undetermined, GDI or XPS) to be used for the RAW mode and the selected logic printer.
Context
- Windows clients
- Adelia Cloud client
Parameters
NUM_BIN_2 |
Index |
Number of the printer for which the parameter is queried. |
BOOL |
Permanent |
Indicates if the new parameter is used only for the session (*FALSE) or permanently (*TRUE), in which case the configuration file is modified. |
NUM_BIN_2 |
DriveMode |
0 = undetermined: seeks the most suitable driver before creating the print job. 1 = GDI 2 = XPS |
BOOL |
ReturnCode |
Operation return code: *TRUE if the operation was carried out correctly. *FALSE if not. |
For example
BOOL ReturnCode
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxSetAdeliaPrinterDriverMode' 1 *FALSE 1 ReturnCode