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;

ActiveX

Function PDFlib::GetPrinterDevModeToString(PrinterName As String) As String

DLL

char * DLGetPrinterDevModeToString(int InstanceID, 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.