AdvancedRasterizationOptions enumeration

AdvancedRasterizationOptions enumeration

Flags enumeration to manage the advanced rasterization options to be applied.

The AdvancedRasterizationOptions type exposes the following members:

Fields

Field Description
NONE No advanced options to apply.
TILT Tilt to incline the rasterized image to a random angle.
NOISE Add random spots to rasterized page images.
BORDER Add border line to imitate page scan effect.
GRAYSCALE Make page images grayscale to imitate grayscale scan.

Example

The following example demonstrates how to apply the advanced rasterization options with default settings.

See Also