GetPrinterDevModeToString

Rendering and printing

Description

Returns a binary string containing the DEVMODE structure for the specified printer.

Use the SetPrinterDevModeFromString function to apply this DEVMODE structure during the printing process.

Syntax

Delphi

Function TPDFlib.GetPrinterDevModeToString(Const PrinterName: WideString): AnsiString;

DLL

const char * DLGetPrinterDevModeToString(int InstanceID, const wchar_t * PrinterName);

Parameters

PrinterNameThe 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.