PrintBestFitPagesWide Property
Applies To
fpSpread control
Description
Sets or returns the number of pages wide to print when the scaling method is set to Best Fit. This property is available at run time only.
Syntax
short CSpreadSheet::GetPrintBestFitPagesWide( );
void CSpreadSheet::SetPrintBestFitPagesWide(short value);
[form.]fpSpread.PrintBestFitPagesWide[ = value%]
Remarks
The default value for the PrintBestFitPagesWide property is 1.
This property is set at the sheet level. Set the Sheet property before setting this property if there are multiple sheets.
To set the number of pages tall to display, set the PrintBestFitPagesTall property.
This property does not have an effect unless the PrintScalingMethod property is set to 3 (Best Fit).
Spread Designer
Choose the Sheet menu, then the Print Properties menu, select the Print Properties tab, and then type a number in the Best Fit Wide edit box in the Scaling group box in the Print Properties dialog box.
Data Type
Integer
See Also
PrintBestFitPagesTall, PrintScalingMethod properties
DLL Correspondence
SS_PRINTFORMAT structure