LinePrinter.ItalicOn Method

Turns on italic print.

Syntax

[Visual Basic]
Public Function ItalicOn() As Integer

 

[C#]
public int ItalicOn();

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 printer is incapable of this function.

Exceptions

LinePrinterException

More Information

LinePrinter Class