SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
The OnPrintOnePage virtual override is called to print/preview one page.
C++
virtual void CSftPrintPreview_Main::OnPrintOnePage(
CDC* pDC,
LPSFTPRINTPREVIEW_DRAWINFO lpInfo);pDC
The device context used for page rendering.
lpInfo
A pointer to the SFTPRINTPREVIEW_DRAWINFO structure defining additional information about the current previewing and printing operation.
The OnPrintOnePage virtual override is called to print/preview one page.
It is responsible for all application-generated output.
This function is only used for application-generated output.
Please see the PreviewPages sample. All sample programs and complete sample source code can be found in the directory \Program Files\Softelvdm\SftPrintPreview DLL 2.0\Samples\MFC\.
See Also C/C++ API | C++ Classes | Notifications
