Enum Excel2007Export.PrintFitMode
Defines Print Scaling Mode.
Namespace: FastReport.Export.OoXML
Assembly: FastReport.dll
Syntax
public enum PrintFitMode
  Fields
| Name | Description | 
|---|---|
| FitAllColumsOnOnePage | Shrink the printout so that it is one page wide.  | 
      
| FitAllRowsOnOnePage | Shrink the printout so that it is one page high.  | 
      
| FitSheetOnOnePage | Shrink the printout so that it fits on one page.  | 
      
| NoScaling | Print sheets at thier actual size.  |