LinePrinter.UnderlineOff Method

Turns off Underline Font.

Syntax

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

Return Values

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 this function.

Exceptions

LinePrinterException

More Information

LinePrinter Class