Printer.DriverType Property

Publisher Developer Reference

Specifies the type of driver supported by the printer. Read-only.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.DriverType

expression   A variable that represents a Printer object.

Return Value
PbDriverType

Remarks

Possible values for the DriverType property are declared in the PbDriverType enumeration and shown in the following table.

Constant Value Description

pbDriverTypeNonPostScript

1

Non PostScript

pbDriverTypePostScript1

2

PostScript 1

pbDriverTypePostScript2

3

PostScript 2

pbDriverTypePostScript3

4

PostScript 3

See Also