Provides a unique identifier for each method in LinePrinter class.
[Visual Basic]
Public Enum LinePrinter.MethodIdentification
[C#]
public enum LinePrinter.MethodIdentification
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 |