Format property (IEpnSaveOptions)

Visual Basic example

Visual C++ example

 

Syntax

ePrintFileConstants Format;

Overview

Refer to Saving PDF Document Files.

Remarks

Gets or sets a value that contains the output file format. For valid values, refer to Summary of Supported File Formats.

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:

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

Topics:

ePrint: Getting and Setting Saving Options