Contents - Index - Previous - Next


PrintToFitOptions property



Applies to
TProfGrid component

Declaration
property PrintToFitOptions: TProfGridPrintToFitOptions;

Description

Specifies the "print to fit" restrictions for the grid.

The property has the following published members:
  ShrinkToPagesWide: Byte;
  ShrinkToPagesTall: Byte;
  ExpandToPagesWide: Byte;
  ExpandToPagesTall: Byte;

A value of 0 indicates that there is no application-defined limit on the minimum/maximum number of pages for the corresponding dimension (wide/tall), i.e. no attempts to shrink/expand the printout will be made for the corresponding dimension.