Different appearances of the text markup (annotation).
Namespace: TallComponents.PDF.Annotations.MarkupsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public enum TextMarkupAppearance |
| Visual Basic |
|---|
Public Enumeration TextMarkupAppearance |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The type is unknown of cannot determined. | |
| Highlight | 1 | This markup annotation appears as a highlight. | |
| Underline | 2 | This markup annotation appears as an underline. | |
| Squiggly | 3 | This markup annotation appears as a squiggly (jagged) underline. | |
| StrikeOut | 4 | This markup annotation appears as a strike out. |