Skip to main content
SpeedQualityModeEnum enumeration constants specify if page analysis should favor accuracy or speed.
typedef enum {
 SQM_Fast,
 SQM_Accurate
} SpeedQualityModeEnum;

Elements

NameDescription
SQM\_AccuratePage analysis will be performed with best possible accuracy but with some loss to speed. This mode is needed for documents with complex or colorful background or watermarks.
SQM\_FastPage analysis will be performed fast. The quality will still be good for all documents that don’t have a complicated mix of colors and text.

Used in

IPageAnalysisParams::SpeedQualityMode