Encapsulates all settings that control GDI rendering.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public class GdiRenderSettings
Visual Basic
Public Class GdiRenderSettings

Remarks

GDI may behave differently on different systems, and for different printers. This class allows users to control GDI rendering in case they encounter difficulties on a particular system, or when rendering to a particular printer.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Rasterizer.Configuration..::..GdiRenderSettings

See Also