Hide

SftPrintPreview/DLL 2.0 - Print Preview Control for C/C++

Display
Print

CSftPrintPreview_View::GetOutputName Function

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.