SftPrintPreview/DLL 2.0

ZoomReset

Softel vdm, Inc.

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


Feedback / comments / error reports for this topic
© 2016 - Softel vdm, Inc. - www.softelvdm.com