PrinterSaveOptions property (IEpnMultiSaveOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnPrinterSaveOptions *PrinterSaveOptions(long lIndex);

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets an array of IEpnPrinterSaveOptions objects. Each object in this array represents a specific set of file save options.

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

If this array has more than one element, this means that the printer will save the print job multiple times, each saving using a different set of save options.

This property controls the save file options for saving multiple file formats from a single print job.

This IEpnPrinterSaveOptions object contains the following properties:

NamingOptions property

SaveOptions property

The above properties are updated by calling the GetPrinterSaveOptions method.

Note that the NamingOptions, and SaveOptions properties are read-only interface properties that contain multiple sub-properties. Calling the SetPrinterSaveOptions method sets each individual sub-property associated with the two interface properties.

To set a new value for this property, assign the value to it and call the SetPrinterSaveOptions method.

See Also

Elements:

SaveElementsCount property, UseSave property, SetPrinterSaveOptions method, GetPrinterSaveOptions method, NamingOptions property, SaveOptions property

Topics:

ePrint: Getting and Setting Saving Options