Represents connection types for a print device.
Source position: printers.pas line 39
type TPrinterType = (
ptLocal,
Device is attached to the local computer system.
ptNetWork
Device is a network-enabled printer.
);