Important: This function only concerns Adelia reports.
This function tells the user whether, for the RAW mode and the logic printer in question, the Unicode encoding of the print file must be maintained or converted into Ascii beforehand.
Context
Windows client,
Adelia Cloud client.
Parameters
NUM_BIN_2 |
Index |
Number of the printer for which the parameter is queried. |
BOOL |
RawUnicode |
Indicates if the unicode encoding of the print file must be maintained (*TRUE) or converted into Ascii (*FALSE) before being processed by the printer. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was successful. *FALSE if the operation failed. |
Example
BOOL VarRawUnicode
BOOL RetCode
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxQueryAdeliaPrinterRawUnicode' 1 VarRawUnicode RetCode
List of the VaToolBx functions by topic