GetPrinterUISettings method (IEPrint)

Visual Basic Example

Visual C++ Example

 

Syntax

short GetPrinterUISettings (BSTR pszPrinterName, IEpnUISettings **pUISettings);

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Retrieves the user interface configuration 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 IEpnUISettings object:

AboutIcon property

AboutString property

FormatsCount property

SaveFormats property

ShowOptions property

Note that the SaveFormats property is read-only interface property that contains multiple sub-properties. Calling the GetPrinterUISettings method updates each individual sub-property associated with the interface property.

To set the user interface configuration, update all of the properties referenced above and call the SetPrinterUISettings method, which sets the updated properties.

See Also

Elements:

UnlockSupport method, SetPrinterUISettings method, AboutIcon property, AboutString property, FormatsCount property, SaveFormats property, ShowOptions property

Topics:

ePrint: Getting and Setting Printer Specifications