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 OnPrintClearCache virtual override is called when the printed/previewed output is reformatted.
C++
virtual void CSftPrintPreview_Main::OnPrintClearCache(
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 OnPrintClearCache virtual override is called when the printed/previewed output is reformatted.
The OnPrintClearCache virtual override is called when the printed/previewed output is reformatted.
It is intended to notify the application that page formatting information needs to be recalculated, because the page and printer attributes have changed, causing all pages to require reformatting. For additional information, please see Page Management.
This function is only used for application-generated output.
See Also C/C++ API | C++ Classes | Notifications
