SetPrinterDevModeFromString
Version history
This function was introduced in Quick PDF Library version 8.12.
Description
Sets the printer DEVMODE structure for the next printing operation using the value retrieved from a prior call to GetPrinterDevModeToString.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetPrinterDevModeFromString(
const Source: AnsiString): Integer;
ActiveX
This function is not available in the ActiveX edition
DLL
int DPLSetPrinterDevModeFromString(int InstanceID, char * Source)
Parameters
Source | A value returned from the GetPrinterDevModeToString function. |