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 Long

DLL

int DLSetPrinterDevModeFromString(int InstanceID, char * Source);

Parameters

SourceA value returned from the GetPrinterDevModeToString function.