The RenderSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RenderSettings |
Create a new RenderSettings object with default values.
|
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 | |
|---|---|---|
| ActionSettings |
All settings related to actions.
| |
| AnnotationSettings |
All settings related to annotation rendering.
| |
| ColorSettings |
All settings related to color rendering.
| |
| CurveSettings |
All settings related to curve rendering.
| |
| GdiSettings |
Used for Gdi workarounds.
| |
| ImageSettings |
All settings related to image rendering.
| |
| LayerSettings |
All settings related to layer rendering.
| |
| RenderPageGraphics |
Controls whether the page graphics will be rendered. If set to false, no page graphics will
be rendered. The default is true. This flag does not influence the rendering of
annotations, so it can be used to render annotations only.
| |
| RenderPurpose |
Specifies in what way the rendering result will be used. The default is "View".
| |
| RequiredTrustLevel |
This setting tells the software what environment it runs in.
When running is an untrusted IIS environment
| |
| TextSettings |
All settings related to text rendering.
|