[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextRenderingMode

TextRenderingMode Enum

PDF text rendering mode.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum TextRenderingMode
Public Enum TextRenderingMode

Fields

Name Description
Clip

Add text to path for clipping.

Fill

Fill text.

FillClip

Fill text and add to path for clipping (see above).

FillStroke

Fill, then stroke text.

FillStrokeClip

Fill, then stroke text and add to path for clipping.

Invisible

Neither fill nor stroke text (invisible).

Stroke

Stroke text.

StrokeClip

Stroke text and add to path for clipping.