Text rendering mode type defining how to fill, stroke glyphs used in the text
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll)
Syntax
| C# |
|---|
public enum TextRenderingModeType |
| Visual Basic (Declaration) |
|---|
Public Enumeration TextRenderingModeType |
| Visual C++ |
|---|
public enum class TextRenderingModeType |
Members
| Member name | Description | |
|---|---|---|
| AddToPath | ||
| FillAndStrokeAndAddToPath | ||
| StrokeAndAddToPath | ||
| FillAndAddToPath | ||
| Invisible | ||
| FillAndStroke | ||
| Stroke | ||
| Fill |
See Also
Bytescout.PDF Namespace