
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.
[C#]
public Interpolation Interpolation { get; set; }
[Visual Basic]
Public Property Interpolation() As Interpolation
| Value | 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. |