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 TQuickPDF0815.SetPrinterDevModeFromString(const Source: string): Integer;
ActiveX
This function is not available in the ActiveX edition
DLL
int QuickPDFSetPrinterDevModeFromString(int InstanceID, char * Source)
Parameters
| Source | A value returned from the GetPrinterDevModeToString function. |