TdxPrinterPage.ScaleFactor Property
Specifies the scale factor (as a percentage) applied to a report.
Declaration
property ScaleFactor: Integer read; write; default 100;
Property Value
Type | Default |
---|---|
Integer | 100 |
Remarks
Use this property to adjust content size on printout pages if the ScaleMode property is set to smAdjust. Otherwise, the ScaleFactor property value is ignored.
The ScaleFactor property’s default value is 100.
See Also