TRST-A10/TRST-A15 POS Printer OPOS Control Application User’s Manual
TOSHIBA TEC CORPORATION EAA-02450
45
In PTR_TP_TRANSACTION2 mode (Transaction2 mode) of the TransactionPrint method, select
only one
Station
parameter of the PrintNormal method to execute a Left90/Right90 Rotation Print
using the RotatePrint method.
(Example: Abnormal)
TransactionPrint(PTR_TP_TRANSACTION2)
RotatePrint(PTR_S_RECEIPT ,PTR_RP_RIGHT90)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT2)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT2)
PrintNormal(PTR_S_RECEIPT)
RotatePrint(PTR_S_RECEIPT ,PTR_TP_NORMAL)
TransactionPrint(PTR_TP_NORMAL)
(Example: Normal)
TransactionPrint(PTR_TP_TRANSACTION2)
RotatePrint(PTR_S_RECEIPT ,PTR_RP_RIGHT90)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
RotatePrint(PTR_S_RECEIPT ,PTR_TP_NORMAL)
RotatePrint(PTR_S_RECEIPT 2,PTR_RP_RIGHT90)
PrintNormal(PTR_S_RECEIPT2)
PrintNormal(PTR_S_RECEIPT2)
RotatePrint(PTR_S_RECEIPT2 ,PTR_TP_NORMAL)
TransactionPrint(PTR_TP_NORMAL)
In PTR_TP_TRANSACTION2 mode (Transaction2 mode) and PTR_TP_TRANSACTION3 mode
(Transaction3 mode) of the TransactionPrint method, printing is performed using a longer side of
paper as a reference. When the number of lines to be printed on the front side is more than that on
the back side, feeding a paper by the RecLinesToPaperCut lines will move the last line to the cut
position, but if the number of lines to be printed on the back side is more than that on the front side,
the paper should be fed by more lines than the RecLinesToPaperCut lines.
In PTR_TP_TRANSACTION2 mode (Transaction2 mode) and PTR_TP_TRANSACTION3 mode
(Transaction3 mode) of the TransactionPrint method, printing is not performed if data amount to be
printing on the front side is less than the RecLinesToPaperCut lines and there is no print data to be
printed on the back side.
In PTR_TP_PREDEFINE mode (Back Side Data Predefine mode) of the TransactionPrint method,
an error will result if the PrintBitmap method is called.