LinePrinterException.MethodId Property

Identifies the method that generated the exception.

Syntax

[Visual Basic]
Public ReadOnly Property MethodId As MethodIdentification
[C#]
public LinePrinter.MethodIdentification MethodId {get;}

Values

Name Unique Identifier For:
ActualFormFeed ActualFormFeed Function
Bitmap Bitmap Function
BoldOff BoldOff Function
BoldOn BoldOn Function
Cancel Cancel Function
Close Close Function
Compress Compress Function
DoubleWide DoubleWide Function
EnumeratePrinters EnumeratePrinters Function
FlushBuffer FlushBuffer Function
FontSelect FontSelect Function
FormFeed FormFeed Function
ItalicOff ItalicOff Function
ItalicOn ItalicOn Function
LinePrinter LinePrinter Function
LineWillFit LineWillFit Function
NewLine NewLine Function
NoOrphan NoOrphan Function
Normal Normal Function
Open Open Function
ResetFont ResetFont Function
StrikeOutOff StrikeOutOff Function
StrikeOutOn StrikeOutOn Function
UnderlineOff UnderlineOff Function
UnderlineOn UnderlineOn Function
Write Write Function
WriteFile WriteFile Function

More Information

LinePrinterException Class