GetPrinterSaveOptions method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

short GetPrinterSaveOptions(BSTR pszPrinterName, IEpnMultiSaveOptions** pMultiSaveOptions);

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Receives the file save options of an ePrint printer.

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

Calling this method will update the values of the following properties of the IEpnMultiSaveOptions object:

PrinterSaveOptions property

SaveElementsCount property

UseSave property

To set the file save options of an ePrint printer, update all of the properties referenced above and call the SetPrinterSaveOptions method, which sets the updated properties.

See Also

Elements:

UnlockSupport method, SetPrinterSaveOptions method, PrinterSaveOptions property, SaveElementsCount property, UseSave property

Topics:

ePrint: Getting and Setting Printer Specifications