[]
Represents options that are used when a redact action requires that some PDF content is rendered as an image.
public class RedactOptions.RenderOptionsDef
Public Class RedactOptions.RenderOptionsDef
| Name | Description |
|---|---|
| RenderOptionsDef() |
| 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. |
| InterpolationMode | Gets or sets the sampling mode to use when drawing images with resizing. Default is 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. |