TxTextRenderingMode
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

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

Syntax

enum TxTextRenderingMode

Remarks

PDF Creator Pilot supports the following rendering modes:

Name

Description

Value

trmFillText

Fill text

0

trmStrokeText

Stroke text

1

trmFillAndStroke

Fill, then stroke, text

2

trmNeitherFillNorStoke

Neither fill nor stroke text (invisible)

3

trmFillTextAndAddPathForClipping

Fill text and add to the path for clipping

4

trmStrokeTextAndAddPathForClipping

Stroke text and add to the path for clipping

5

trmFillStrokeAndAddPathForClipping

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

6

trmAddTextToPathForClipping

Add text to the path for clipping control

7

See Also

Reference