IPrinterSettings.DefaultSource
IPrinterSettings

property DefaultSource: SmallInt;

Type Library
TeeChartx

Description
Specifies the paper source. To retrieve a list of the available paper sources for a printer, use the DeviceCapabilities function with the DC_BINS flag.

This member can be one of the following values, or it can be a device-specific value greater than or equal to DMBIN_USER.

DMBIN_UPPER = 1;

DMBIN_FIRST = DMBIN_UPPER;

DMBIN_ONLYONE = 1;

DMBIN_LOWER = 2;

DMBIN_MIDDLE = 3;

DMBIN_MANUAL = 4;

DMBIN_ENVELOPE = 5;

DMBIN_ENVMANUAL = 6;

DMBIN_AUTO = 7;

DMBIN_TRACTOR = 8;

DMBIN_SMALLFMT = 9;

DMBIN_LARGEFMT = 10;

DMBIN_LARGECAPACITY = 11;

DMBIN_CASSETTE = 14;

DMBIN_FORMSOURCE = 15;

DMBIN_LAST = DMBIN_FORMSOURCE;

DMBIN_USER = $100;