SaveOptions property (IEpnPrinterSaveOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnSaveOptions *SaveOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets the file saving options to be used by an ePrint printer.

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

This IEpnSaveOptions object contains the following properties:

DocumentOptions property

DocumentType property

FileName property

Format property

RasterOptions property

The above properties are updated by calling the GetPrinterSaveOptions method

The SaveOptions property itself is read only. However, the properties accessed by this property can be set with new values. To set these values, call the SetPrinterSaveOptions method.

Note that the DocumentOptions, and RasterOptions properties are read-only interface properties that contain multiple sub-properties. Calling the GetPrinterSaveOptions or SetPrinterSaveOptions method updates or sets each individual sub-property associated with the two interface properties.

See Also

Elements:

Flags property, NamingOptions property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, DocumentOptions property, DocumentType property, FileName property, Format property, RasterOptions property

Topics:

ePrint: Getting and Setting Saving Options