RenderingMode Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents allowed text rendering modes.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum RenderingMode
Members

  Member nameValueDescription
FillText0 Fill text.
StrokeText1 Stroke text.
FillAndStrokeText2 Fill, then stroke text.
Invisible3 Neither fill nor stroke text (invisible).
FillAndSetAsClipping4 Fill text and add to path for clipping.
StrokeAndSetAsClipping5 Stroke text and add to path for clipping.
FillStrokeAndSetAsClipping6 Fill, then stroke text and add to path for clipping.
SetAsClipping7 Add text to path for clipping.
See Also

Reference