BtExportType Constants

When exporting a printer code template, there are three methods which can be used, each a separate constant in VBScript. Note that the btExportType constants are available only during the export of a printer code template.

The following constants are available:

Constant

Description

btPCTExportPort

The data is exported to a port.

btPCTExportSeparate

Separate templates are created for formatting information and data fields.

btPCTExportSingle

A combined template is created containing both the formatting information and the data fields.

Related Topics