UseSave property (IEpnMultiSaveOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL UseSave;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether or not files should be saved. This value is valid only when the task printers are used, otherwise, it should be set to VARIANT_FALSE. Possible values are:

Value

Meaning

VARIANT_TRUE

Allow the printer to save the files.

VARIANT_FALSE

Do not allow the printer to save the files. This is the default value.

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

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

To update this property with the currently used value, call the GetPrinterSaveOptions method.

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

The user sets the value of this property to VARIANT_TRUE if the printer is a task printer, and VARIANT_FALSE if the printer any thing else.

See Also

Elements:

SaveElementsCount property, PrinterSaveOptions property, SetPrinterSaveOptions method, GetPrinterSaveOptions method

Topics:

ePrint: Getting and Setting Saving Options

 

Types of Printers