Windows-specific Devices
In order to manage Windows devices (such as the printer or the metafile generation), Views provides two classes: IlvWindowsVirtualDevice and IlvWindowsDevice.
Printing
You can use the IlvWindowsDevice dump device to print your Views output to any printer controlled by Microsoft Windows.
Selecting a Printer
You can select a printer by calling the following global function:
const char*
IlvGetWindowsPrinter (Ilboolean dialog = IlTrue);
This function returns a string that describes which printer is about to be used. That string is internally managed and must not be modified nor deleted.
When called with an IlTrue value for the dialog parameter, a dialog box is displayed that lets the user specify which printer to use and what size and orientation parameters should be applied. If this function is called with an IlFalse parameter, a string that describes the current default printer is returned. If there is an error, or if the user clicks the Cancel button, NULL is returned.
Published date: 05/24/2022
Last modified date: 02/24/2022