Enum GState.TextRenderingMode
Text Rendering modes
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum GState.TextRenderingMode
Fields
Name | Description |
---|---|
e_clip_text | Add text to path for clipping. |
e_fill_clip_text | Fill text and add to path for clipping (see above). |
e_fill_stroke_clip_text | Fill, then stroke text and add to path for clipping. |
e_fill_stroke_text | Fill, then stroke text. |
e_fill_text | Fill text. |
e_invisible_text | Neither fill nor stroke text (invisible). |
e_stroke_clip_text | Stroke text and add to path for clipping. |
e_stroke_text | Stroke text. |