[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextRenderingMode

Enum TextRenderingMode

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

PDF text rendering mode.

public enum TextRenderingMode

Fields

Clip = 7

Add text to path for clipping.

Fill = 0

Fill text.

FillClip = 4

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

FillStroke = 2

Fill, then stroke text.

FillStrokeClip = 6

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

Invisible = 3

Neither fill nor stroke text (invisible).

Stroke = 1

Stroke text.

StrokeClip = 5

Stroke text and add to path for clipping.