Home > BSPrinter documentation > Reference

BSPrintExOptionsConstants Enumeration

Options for the PrintEx method intended to emulate the ones of the Printer.Print method ; and , (semicolon, and comma).


bsAddTab = 2 ' A tab will be added after the text. Similar to adding a comma after the Printer.Print method.
bsLineFeed = 0 ' A line feed will be added after the text.
bsNoLineFeed = 1 ' No line feed will be added after the text. Similar to adding a semicolon after the Printer.Print method.