'Declaration Public Enum TextRenderingMode Inherits System.Enum
public enum TextRenderingMode : System.Enum
'Declaration Public Enum TextRenderingMode Inherits System.Enum
public enum TextRenderingMode : System.Enum
Member | Description |
---|---|
Clip | Add text to path for clipping. |
Fill | Fill text. |
FillClip | Fill text and add to path for clipping (see above). |
FillStroke | Fill, then stroke text. |
FillStrokeClip | Fill, then stroke text and add to path for clipping. |
Invisible | Neither fill nor stroke text (invisible). |
Stroke | Stroke text. |
StrokeClip | Stroke text and add to path for clipping. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.TextRenderingMode