The GdiRenderSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Synchronized |
Setting Synchronized to true will use a global lock for all GDI calls that get
invoked by Page.Draw.
| |
| WorkAroundClosePathBug |
If set, GDI (sub)paths will be closed by explicitly adding a line to the starting point of a
(sub)path. If false, GDI subpaths will be closed via the GDI Path.CloseFigure() call.
The default is false.
| |
| WorkAroundImageTransparencyPrintSize |
If set, avoids transparent pixels in images.
|