Enum graphics

SmoothFlags

Namespace: datalogics_interface

Description

These flags can be OR'd together to control text, line art, and image smoothing behavior during page rendering.

Values

None

Do not smooth any drawn elements.

Text

Antialias text.

LineArt

Antialias line art (paths).

Image

Antialias and resample images using averaged subsampling.

ImageBicubicResampleAndAntiAlias

Resample images using bicubic resampling and antialias.

ImageBicubicResample

Resample images using bicubic resampling without antialiasing.

ImageLinearResample

Resample images using linear average subsampling without antialiasing.

ImageAntiAliasOnly

Antialias images without resampling.

TextAntiAliasEnableDDR

Antialias text using DDR sub-pixel algorithm.

TextAntiAliasEnablePreview

Enable special text preview rendering for lower resolutions.