TextRenderingMode
IPDFDocument4 :: Types used in IPDFDocument4

See Also
Collapse All

This type specifies the text rendering mode, which determines whether showing text causes glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three.

Syntax

enum TextRenderingMode

Remarks

PDF Creator Pilot supports the following rendering modes:

Name

Description

Value

trFillText Fill text

0

trStrokeText Stroke text

1

trFillAndStroke Fill, then stroke, text

2

trNeitherFillNorStoke Neither fill nor stroke text (invisible)

3

trFillTextAndAddPathForClipping Fill text and add to the path for clipping

4

trStrokeTextAndAddPathForClipping Stroke text and add to the path for clipping

5

trFillStrokeAndAddPathForClipping Fill text, then stroke it, and add to the path for clipping

6

trAddTextToPathForClipping Add text to the path for clipping control

7

See Also

Reference