|
|
|
CSftPrintPreview_View::GetOutputName |
The GetOutputName function is called to obtain the current output name.
C++
virtual CString CSftPrintPreview_View::GetOutputName();
Returns
The return value is the name of the current output.
Comments
The GetOutputName function is called to obtain the current output name.
When defining a class derived from CSftPrintPreview_View, this virtual override is used to define the output name that should be used when sending output to the print queue of a printer.
Example
C++
virtual CString GetOutputName() { return _T("SftPrintPreview PreviewPages Sample Output"); }
See Also C/C++ API | C++ Classes | Notifications