DocumentType property (IEpnSaveOptions)

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 file to be saved. Possible values are:

Value

Meaning

FT_SAVE_TYPE_DOCUMENT

Save the files as document files. This is the default value.

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 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, Format property, RasterOptions property, DocumentOptions property, GetPrinterSaveOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Getting and Setting Saving Options