Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
Members
Member name | Value | Description | |
---|---|---|---|
FillText | 0 | Fill text. | |
StrokeText | 1 | Stroke text. | |
FillAndStrokeText | 2 | Fill, then stroke text. | |
Invisible | 3 | Neither fill nor stroke text (invisible). | |
FillAndSetAsClipping | 4 | Fill text and add to path for clipping. | |
StrokeAndSetAsClipping | 5 | Stroke text and add to path for clipping. | |
FillStrokeAndSetAsClipping | 6 | Fill, then stroke text and add to path for clipping. | |
SetAsClipping | 7 | Add text to path for clipping. |
See Also