Name | Description | |
---|---|---|
RedactOptions.RenderOptionsDef Constructor |
The following tables list the members exposed by RedactOptions.RenderOptionsDef.
Name | Description | |
---|---|---|
RedactOptions.RenderOptionsDef Constructor |
Name | Description | |
---|---|---|
AllowFontSbits | Gets or sets a value indicating whether bitmaps embedded in an OpenType font should be rendered.
The default is true. This property is ignored if either UseRenderingCache or UseGlyphBitmapCache is false. | |
BackColor | Gets or sets the background color. The default is white. | |
EnableFontHinting | Gets or sets a value indicating whether font hinting should be enabled for TrueType fonts.
The default is true. This property is ignored if UseRenderingCache is true and UseGlyphBitmapCache is false. | |
InterpolationMode | Gets or sets the sampling mode to use when drawing images with resizing. Default is GrapeCity.Documents.Drawing.InterpolationMode.NearestNeighbor. | |
Resolution | Gets or sets the resolution of the generated images. The default is 96. | |
UseGlyphBitmapCache | Gets or sets a value indicating whether glyphs are cached as bitmaps rather than as glyph paths.
The default is true. This property is ignored if UseRenderingCache is false. | |
UseRenderingCache | Gets or sets a value indicating whether to use the rendering cache.
This property is true by default. Setting this property to false reduces memory consumption, at the cost of slower rendering speed. | |
Zoom | Gets or sets the zoom factor. The default is 1. |