Class
TextMarkupAnnotation

Text markup that visually emphasizes text using highlight, underline, strikeout, or squiggly effects.

Definition

Properties

TextMarkupType

Gets or sets the type of the text markup annotation.

Declaration

cs-api-definition
public TextMarkupAnnotationType TextMarkupType { get; }

Property Value

TextMarkupAnnotationType

The text markup type specifying whether this is a highlight, underline, strikeout, or squiggly annotation.

Type

Gets the type of the annotation.

Declaration

cs-api-definition
public override AnnotationType Type { get; }

Property Value

AnnotationType

The annotation type that corresponds to the text markup behavior.

Overrides Annotation.Type

Methods

RecalculateContent()

Recalculates the annotation AnnotationContentSource content based on annotations text properties and dynamic appearance characteristics if there are such.

Declaration

cs-api-definition
public override void RecalculateContent()

Overrides ContentAnnotationBase.RecalculateContent()