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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
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