Hide

SftPrintPreview/DLL 2.0 - Print Preview Control for C/C++

Display
Print

ZoomReset Function

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.