GStateTextRenderingMode Enumeration |
Text Rendering modes
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum GStateTextRenderingMode
Public Enumeration GStateTextRenderingMode
public enum class GStateTextRenderingMode
pdftron.PDF.GStateTextRenderingMode = function();
pdftron.PDF.GStateTextRenderingMode.createEnum('pdftron.PDF.GStateTextRenderingMode', false);
Members
| Member name | Value | Description |
---|
| e_fill_text | 0 | Fill text. |
| e_stroke_text | 1 | Stroke text. |
| e_fill_stroke_text | 2 | Fill, then stroke text. |
| e_invisible_text | 3 | Neither fill nor stroke text (invisible). |
| e_fill_clip_text | 4 | Fill text and add to path for clipping (see above). |
| e_stroke_clip_text | 5 | Stroke text and add to path for clipping. |
| e_fill_stroke_clip_text | 6 | Fill, then stroke text and add to path for clipping. |
| e_clip_text | 7 | Add text to path for clipping. |
See Also