FileName property (IEpnSaveOptions)

Visual Basic example

Visual C++ example

 

Syntax

BSTR FileName;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets a character string that contains the full path file name of the file intended to be saved.

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

This property is updated with the currently used setting when the GetPrinterSaveOptions method is called.

To update the file saving options, set this property and the other IEpnSaveOptions properties accessed by the SaveOptions property (IEpnPrinterSaveOptions) and call the SetPrinterSaveOptions method.

See Also

Elements:

Format property, DocumentType property, RasterOptions property, DocumentOptions property, GetPrinterSaveOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Getting and Setting Saving Options