Enum TextRenderingMode
TextRenderingMode enumeration
This enum contains possible values for text rendering mode.
public enum TextRenderingMode
Values
Name | Value | Description |
---|---|---|
Fill | 0 | Fill a text. |
Stroke | 1 | Stroke a text. |
FillAndStroke | 2 | Fill and stroke a text. |
No | 3 | Neither fill nor stroke a text. |
See Also
- namespace Aspose.Page
- assembly Aspose.Page