Enum TextRenderingMode
Enum TextRenderingMode
Namespace: Aspose.Page
Assembly: Aspose.Page.dll (25.1.2)
This enum contains possible values for text rendering mode.
public enum TextRenderingMode
Fields
Fill = 0
Fill a text.
FillAndStroke = 2
Fill and stroke a text.
No = 3
Neither fill nor stroke a text.
Stroke = 1
Stroke a text.