Images that are composed of tiles of smaller images can cause interpolation artifacts.

Namespace: TallComponents.PDF.Configuration
Assembly: 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 nameValueDescription
HighSpeed0 Accept interpolation artifacts while drawing images that are composed of tiles of smaller images, decreasing the time needed to draw them.
HighQuality1 Avoid interpolation artifacts while drawing images that are composed of tiles of smaller images, increasing the time needed to draw them.

See Also