RasterOptions property (IEpnSaveOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnRasterOptions * RasterOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets the raster images properties. Use this property if the value of the DocumentType property is set to FT_SAVE_TYPE_RASTER.

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

This IEpnRasterOptions object contains the following properties:

BitsPerPixel property

Flags property

MultiPageFile property

Passes property

QFactor property

SaveInterlaced property

SaveStamp property

StampBits property

StampHeight property

StampWidth property

TargetFileSize property

UseFileSize property

The above properties are updated by calling the GetPrinterSaveOptions method.

The RasterOptions property itself is read only. However, the properties accessed by this property can be set with new values. To set these values, call the SetPrinterSaveOptions method.

See Also

Elements:

FileName property, Format property, DocumentType property, RasterOptions property, DocumentOptions property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, BitsPerPixel property, Flags property, MultiPageFile property, Passes property, QFactor property, SaveInterlaced property, SaveStamp property, StampBits property, StampHeight property, StampWidth property, TargetFileSize property, UseFileSize property

Topics:

ePrint: Getting and Setting Saving Options