New to Telerik Document ProcessingStart a free 30-day trial

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

Definition

Methods

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

C#
public override void RecalculateContent()

Overrides: ContentAnnotationBase.RecalculateContent()

Properties

Gets or sets the type of the text markup annotation.

C#
public TextMarkupAnnotationType TextMarkupType { get; }
Property Value:

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

Gets the type of the annotation.

C#
public override AnnotationType Type { get; }
Property Value:

The annotation type that corresponds to the text markup behavior.

Overrides: Annotation.Type