TextDecoration Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents a list of allowed text decorations

Namespace:  Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum TextDecoration
Members

  Member nameValueDescription
None0 The enclosed text does not have decorations.
Underline1 The enclosed text shall be underlined.
LineThrough2 The enclosed text shall have a line drawn through it.
See Also

Reference