PageViewPercentage Property
Applies To
fpSpreadPreview control
Description
Sets or returns the percent size of the displayed pages.
Syntax
C++
short CSpreadPreview::GetPageViewPercentage( );
void CSpreadPreview::SetPageViewPercentage(short value);
Visual Basic
[form.]fpSpreadPreview.PageViewPercentage[ = value%]
Remarks
The default value for the PageViewPercentage property is 100 percent. The minimum value you can enter for this property is 1. If you enter a decimal value, the value will be rounded to the nearest integer.
This property does not have an effect unless the PageViewType property is set to 2 (Percentage).
Data Type
Integer
See Also
Customizing the Page View
Scaling the Preview Page
PageViewType property
DLL Correspondence
SpvGetPageViewPercentage, SpvSetPageViewPercentage functions