TdxPrinterPage.ScaleMode Property
Specifies how a component printer scales a report.
Declaration
property ScaleMode: TdxScaleMode read; write; default smAdjust;
Property Value
Type | Default |
---|---|
TdxScaleMode | smAdjust |
Remarks
Options include:
Value | Description |
---|---|
smAdjust | The ScaleFactor property specifies the scale factor applied to a report. |
smFit | A report’s scale factor is calculated automatically to fit into a single page by width. The ScaleFactor property value is ignored. |
The ScaleMode property’s default value is smAdjust.
See Also