Different appearances of the text markup (annotation).

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: 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 nameValueDescription
Unknown0 The type is unknown of cannot determined.
Highlight1 This markup annotation appears as a highlight.
Underline2 This markup annotation appears as an underline.
Squiggly3 This markup annotation appears as a squiggly (jagged) underline.
StrikeOut4 This markup annotation appears as a strike out.

See Also