BtSectionType Constants

Each printer code template can be divided into two sections: one containing the formatting information for the document, and another containing the data. The SectionType property defines which section of code to use, and uses one of these constant values.

Constant

Description

btPCTDataSection

The data section of the printer code.

btPCTFormatSection

The formatting information in the printer code.

Related Topics