Show / Hide Table of Contents

Enum GState.TextRenderingMode

Text Rendering modes

Namespace: pdftron.PDF
Assembly: PDFNetiOS.dll
Syntax
public enum 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.

In This Article
Back to top Generated by DocFX