Skip to main content

TdxPrinterPage.PaperSource Property

Specifies a paper source.

Declaration

property PaperSource: Integer read; write; default dxDefaultPaperSource;

Property Value

Type Default
Integer dxDefaultPaperSource

Remarks

Use the PaperSource property to specify a paper source.

Available values include:

Value Integer equivalent
DMBIN_UPPER 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

The default value of this property is dxDefaultPaperSource; {DMBIN_AUTO = 7}.

See Also