Includes the classes that are used to configure the render process.
Classes
| Class | Description | |
|---|---|---|
| ActionRenderSettings |
Encapsulates all settings that control which actions are executed.
| |
| AnnotationRenderSettings |
Encapsulates all settings that control how annotations are rendered.
| |
| ColorProfile |
ICC Based color profile, used to describe the
color profile of the output device during rasterization.
| |
| ColorRenderSettings |
Encapsulates all settings that control how colorprofiles are processed and what background color is used for the document.
| |
| CurveRenderSettings |
Encapsulates all settings that control how curves are rendered.
| |
| FontStyleEmulation |
Font style emulation settings. Works in combination with FontSubstitutionMap.
| |
| FontSubstitutionMap |
The FontSubstitutionMap lets you define which external fonts are used to render fonts that are not embedded.
Be sure to call this with correct trust settings when running under IIS.
| |
| GdiRenderSettings |
Encapsulates all settings that control GDI rendering.
| |
| ImageRenderSettings |
Encapsulates all settings that control how images are rendered.
| |
| LayerRenderSettings |
Encapsulates all settings that control which layers are rendered.
| |
| RenderSettings |
Encapsulates all settings that control the render process.
| |
| TextRenderSettings |
Encapsulates all settings that control how text is rendered and fonts are substituted.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ColorTransformationMode |
Render quality for colors.
| |
| ImageStripMode |
Images that are composed of tiles of smaller images can cause interpolation artifacts.
| |
| RenderPurpose |
Specifies in what way the rendering result will be used. This values determines which
annotations will be rendered.
| |
| TrustLevel |
Adjust the software to the environment is runs in.
|