Specifies the printing modes for host printing.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax Public Enumeration PrintingMode
Members Member name | Value | Description |
---|
WindowsAPI | 0 |
Uses Windows API to print.
|
Passthrough | 1 |
Bypasses the Windows driver and sends host data directly to the printer.
|
See Also