SetPrinterDevModeFromString
Rendering and printing
Description
Sets the printer DEVMODE structure for the next printing operation using the value retrieved from a prior call to GetPrinterDevModeToString.
Syntax
Delphi
function TPDFlib.SetPrinterDevModeFromString(Const Source: AnsiString): Integer;ActiveX
Function PDFlib::SetPrinterDevModeFromString(Source As String) As LongDLL
int DLSetPrinterDevModeFromString(int InstanceID, char * Source);Parameters
| Source | A value returned from the GetPrinterDevModeToString function. |
|---|