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: 6.0.8219.1880
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