Click or drag to resize

PrintingMode Enumeration

Specifies the printing modes for host printing.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public enum PrintingMode
Members
  Member nameValueDescription
WindowsAPI0 Uses Windows API to print.
Passthrough1 Bypasses the Windows driver and sends host data directly to the printer.
See Also