GetPrinterDevModeToVariant
Rendering and printing
Description
Returns a variant byte array containing the DEVMODE structure for the specified printer.
Use the SetPrinterDevModeFromVariant function to apply this DEVMODE structure during the printing process.
Syntax
Parameters
The name of the printer to use for printing. This is the name that appears in the Windows Print Manager. Use the GetPrinterNames function to return a list of valid printers on the system. A value returned by the NewCustomPrinter function can also be used here.
PrinterName