TextDecorationOptions Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Defines text decoration options.

Namespace:  Apitron.PDF.Kit.Styles.Text
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

[FlagsAttribute]
public enum TextDecorationOptions
Members

  Member nameValueDescription
None1 No decorations.
Underline2 Text should be underlined.
Overline4 Text should have the line drawn above its top.
LineThrough8 Text should have the line through.
See Also

Reference