SaveFormats property (IEpnUISettings)

Visual Basic example

Visual C++ example

 

Syntax

IEpnUISaveFormats * SaveFormats(long iIndex);

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets an array of IEpnUISaveFormats objects that contain information about the format type and the individual formats to be displayed in the Normal Edition Save Dialog.

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

This property is used to customize of the ePrint user interface.

This IEpnUISaveFormats object contains the following properties:

DocumentType property

Format property

The above properties are updated by calling the GetPrinterUISettings method.

The SaveFormats property itself is read only. However, the properties accessed by this property can be set with new values by calling call the SetPrinterUISettings method.

Use this property only when printing to a normal ePrint printer.

See Also

Elements:

ShowOptions property, AboutString property, AboutIcon property, FormatsCount property, DocumentType property, Format property, SetPrinterUISettings method, GetPrinterUISettings method

Topics:

ePrint: Getting and Setting User Interface Options