Printer Object Used in Bidirectional Programming
The Printer object has configurable reading order and alignment of text printed by its Print method.
When the RightToLeft property setting is set to True:
-
Reading order will be right-to-left.
-
Printing begins at the right printer margin.
When the RightToLeft property setting is set to False:
-
Reading order will be left-to-right.
-
Printing begins at the left printer margin.