Gets or sets whether the rendered document is interpolated during the process. The higher the value, the better the quality, but also the slower the rendering process and vice versa.

Syntax

public Interpolation Interpolation { get; set; }
Public Property Interpolation() As Interpolation

Members

Member Description
None Documents are rendered without interpolation. This is the default.
Interpolation2x Documents are rendered using 2x interpolation.
Interpolation3x Documents are rendered using 3x interpolation.
Interpolation4x Documents are rendered using 4x interpolation. This option is the most time-consuming one.