Share via


PrintLineByLine Property [Publisher 2003 VBA Language Reference]

Returns or sets a Boolean indicating whether to print documents line by line (applies to inkjet printers only); True to print line by line. Read/write.

expression.PrintLineByLine

expression Required. An expression that returns one of the objects in the Applies To list.

Example

The following example sets Publisher to print line by line on an inkjet printer.

Options.PrintLineByLine = True

Applies to | Options Object