ReadPrinterSetup

<< Click to Display Table of Contents >>

Navigation:  Device Control Properties >

ReadPrinterSetup

Previous pageReturn to chapter overviewNext page

[Windows platform only; not supported by PHP and the Community Edition]

Reads a printer setup file that was previously written by SetupPrinter() or WritePrinterSetup() and uses the settings contained in the file.

method boolean VPE.ReadPrinterSetup(

string FileName

)

string FileName

the name of the file, the setup is read from

Returns:

Value

Description

True

success

False

failure

Remarks:

In case of an error, LastError is set to VERR_COMMON.

 

see WritePrinterSetup()