DocumentType property (IEpnUISaveFormats)

Visual Basic example

Visual C++ example

 

Syntax

DocumentTypeConstants DocumentType;

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Gets or sets the type of the output files to be saved. Possible values are:

Value

Meaning

FT_SAVE_TYPE_DOCUMENT

Save the files as document files.

FT_SAVE_TYPE_RASTER

Save the files as raster images.

FT_SAVE_TYPE_VECTOR

Save the files as vector images

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

This property is updated with the currently used value when the GetPrinterUISettings method is called.

To update the type and format of the output files, set this property and the other IEpnUISaveFormats properties accessed by the SaveFormats property (IEpnUISettings) and call the SetPrinterUISettings method.

See Also

Elements:

UnlockSupport method, Format property, GetPrinterUISettings method, SetPrinterUISettings method, SaveFormats property

Topics:

ePrint: Getting and Setting User Interface Options