RenderingSettings Class Members
In This Topic
The following tables list the members exposed by
RenderingSettings.
Public Constructors
| Name | Description |
 | RenderingSettings | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | DrawSharpImageBorders | Gets or sets a value indicating whether the SDK must use special algorithm for drawing sharp image borders. |
  | Empty | Gets the empty rendering settings. |
 | InterpolationMode | Gets or sets the interpolation mode for image rendering. |
 | IsEmpty | Gets a value indicating whether the rendering settings has been set. |
 | OptimizeImageDrawing | Gets or sets a value indicating whether the image drawing method must use performance optimizations for image drawing. |
 | Resolution | Gets or sets the resolution, in pixels per inch, for image rendering. |
 | SmoothingMode | Gets or sets the smoothing mode for image rendering. |
Public Methods
Protected Methods
Public Events
| Name | Description |
 | Changed | Occurs when rendering settings was changed. |
Public Operators
See Also