Images that are composed of tiles of smaller images can cause interpolation artifacts.
Namespace: TallComponents.PDF.ConfigurationAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum ImageStripMode |
| Visual Basic |
|---|
Public Enumeration ImageStripMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| HighSpeed | 0 | Accept interpolation artifacts while drawing images that are composed of tiles of smaller images, decreasing the time needed to draw them. | |
| HighQuality | 1 | Avoid interpolation artifacts while drawing images that are composed of tiles of smaller images, increasing the time needed to draw them. |