Skip to main content

TdxPrinterPage.FitToPagesVertically Property

Specifies the report page’s printout height, in paper sheets.

Declaration

property FitToPagesVertically: Integer read; write; default 0;

Property Value

Type Default
Integer 0

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 width, use the FitToPagesHorizontally property.

The default FitToPagesVertically property value is 0.

See Also