Click or drag to resize

GStateTextRenderingMode Enumeration

Text Rendering modes

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum GStateTextRenderingMode
Members
  Member nameValueDescription
e_fill_text0Fill text.
e_stroke_text1Stroke text.
e_fill_stroke_text2Fill, then stroke text.
e_invisible_text3Neither fill nor stroke text (invisible).
e_fill_clip_text4Fill text and add to path for clipping (see above).
e_stroke_clip_text5Stroke text and add to path for clipping.
e_fill_stroke_clip_text6Fill, then stroke text and add to path for clipping.
e_clip_text7Add text to path for clipping.
See Also