SetPrinterSaveOptions method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

short SetPrinterSaveOptions(BSTR pszPrinterName, IEpnMultiSaveOptions* pMultiSaveOptions);

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Sets the file save options of an ePrint printer.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

These settings will be used whenever the user prints using this ePrint printer.

When setting the file save options of an OEM printer, the user must first install the OEM printer using InstallOEMPrinter method.

Before calling this method, the user should set the values of the following properties of the IEpnMultiSaveOptions object:

PrinterSaveOptions property

SaveElementsCount property

UseSave property

To get the current values for the above properties, call the GetPrinterSaveOptions method.

See Also

Elements:

UnlockSupport method, InstallOEMPrinter method, PrinterSaveOptions property, SaveElementsCount property, UseSave property

Topics:

ePrint: Getting and Setting Printer Specifications