MultiPageFile property (IEpnRasterOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL MultiPageFile;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether to save a multi-page file with each page in a separate file, or save all pages in one file. This property appends the image as the last page in the file. You can save multi-page images in PCX, GIF, and most TIFF file formats (including JTIF, but excluding EXIF). For more information on multi-page files refer to Multipage File Formats. Possible values are:

Value

Meaning

VARIANT_TRUE

Save multi-page.

VARIANT_FALSE

Save single page. This is the default value.

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

This property is used to configure the raster images properties.

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

To update the raster images properties, set this property and the other IEpnRasterOptions properties accessed by the RasterOptions property and call the SetPrinterSaveOptions method.

See Also

Elements:

BitsPerPixel property, QFactor property, SaveInterlaced property, Passes property, StampBits property, StampWidth property, StampHeight property, Flags property, UseFileSize property, TargetFileSize property, SaveStamp property, SetPrinterSaveOptions method, GetPrinterSaveOptions method

Topics:

ePrint: Getting and Setting Saving Options