Description This method allows developers to change printer settings, such as orientation, from their application. Developers can use the optional Black Ice supplied dialog box for printer settings or can manuall change the printer settings.
Syntax RetVal = [BIPrint.]BiPrintImageExt printerName showDialog
Returns RetVal LONGLONG The function return with a new pointer to a DEVMODE structure.
Remarks printerName STRING The name of the specified printer.
showDialog Bool If true will display a printer settings dialog and will update the printer’s devmode based on user changes. If false the developer should change the printer settings manually using Windows API calls..
See Also