TdxPrinterPage.FitToPagesHorizontally Property
Specifies the report page’s printout width, in paper sheets.
Declaration
property FitToPagesHorizontally: Integer read; write; default 1;
Property Value
Type | Default |
---|---|
Integer | 1 |
Remarks
You can use this property to fit the report’s content to a specific number of pages. If you set 0 to the FitToPagesHorizontally and FitToPagesVertically properties, the report’s scale factor equals 100. To set the report’s printout height, use the FitToPagesVertically property.
The default FitToPagesHorizontally property value is 1.
See Also