formatToCPCL
Last updated
Last updated
Formats a text to CPCL printer language.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
N/A
N/A
Coming Soon.
The user wants to format the text to print to CPCL printer language.
Set a variable vPrint
using setVar
function.
Call the function btPrinterPrint
. Call the function formatToCPCL
in the text
parameter of the function to convert the text to CPCL format for printing.
The text formatted to CPCL will be printed.
text
The text to print.
String/Text
-
-
Yes