QFactor property (IEpnRasterOptions)

Visual Basic example

Visual C++ example

 

Syntax

long QFactor;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets a number that indicates the degree of loss in the compression process. This property is used when saving an image file to formats that support lossy compression, such as JPEG and LEAD CMP. For possible values, refer to Compression Quality Factors.

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, SaveInterlaced property, Passes property, StampBits property, StampWidth property, StampHeight property, Flags property, UseFileSize property, TargetFileSize property, MultiPageFile property, SaveStamp property, SetPrinterSaveOptions method, GetPrinterSaveOptions method

Topics:

ePrint: Getting and Setting Saving Options