Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfTextMarkupAnnotationType Enum

Specifies the type of a text markup annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public enum PdfTextMarkupAnnotationType

Members

Name Description
Highlight

The type of a text markup annotation is highlight.

Underline

The type of a text markup annotation is underline.

Squiggly

The type of a text markup annotation is squiggly underline.

StrikeOut

The type of a text markup annotation is strikeout.

Remarks

Values listed by this enumeration are returned by the PdfTextMarkupAnnotation.Type property.

See Also