|
|
|
CSftPrintPreview Constructor |
Standard constructor.
C++
CSftPrintPreview::CSftPrintPreview();
Comments
A CSftPrintPreview object is created in two steps. First the constructor CSftPrintPreview is called, then the CSftPrintPreview::Create or CSftPrintPreview::CreateEx member function is used, which initializes the control window and attaches it to the CSftPrintPreview object.
C applications use CreateWindow(Ex) to create the Print Preview control.
See Also C/C++ API | C++ Classes | Notifications