|
|
|
ZoomReset |
The ZoomReset function restores a multi-page preview.
C
void SftPrintPreview_ZoomReset(HWND hwnd);
C++
void CSftPrintPreview::ZoomReset();
Parameters
hwnd
The window handle of the Print Preview control.
Comments
The ZoomReset function restores a multi-page preview. The number of page rows and columns displayed is defined using the maxPageRows and maxPageCols members of the SFTPRINTPREVIEW_CONTROL structure.
The ZoomIn function can be used to zoom in/out. The Zoom function can be used to redefine the preview layout.
Example
C
SftPrintPreview_ZoomReset(hwndPreview);
C++
m_Preview.ZoomReset();
See Also C/C++ API | C++ Classes | Notifications