LinePrinter.DoubleWideOn Method

Turns on double wide font.

Syntax

[Visual Basic]
Public Function DoubleWideOn() As Integer
[C#]
public int DoubleWideOn();

Return Value

Positive return indicates that the command was sent.

Negative value indicates that printing was aborted before the command was sent.

Zero indicates that the printer is incapable of the function.

Exceptions

LinePrinterException

More Information

LinePrinter Class