The GdiRenderSettings type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
|