Enum SmoothingMode
SmoothingMode enumeration
public enum SmoothingMode
Values
| Name | Value | Description |
|---|---|---|
| Invalid | -1 | |
| Default | 0 | |
| HighSpeed | 1 | |
| HighQuality | 2 | |
| None | 3 | |
| AntiAlias | 4 |
See Also
- namespace Aspose.Page.Drawing.Drawing2D
- assembly Aspose.Page
public enum SmoothingMode
| Name | Value | Description |
|---|---|---|
| Invalid | -1 | |
| Default | 0 | |
| HighSpeed | 1 | |
| HighQuality | 2 | |
| None | 3 | |
| AntiAlias | 4 |