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.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public enum PdfTextMarkupAnnotationType

Members

Name Description Example
Highlight

Highlight text markup annotation.

highlighted

Underline

Underline text markup annotation.

underlined

Squiggly

Squiggly underline text markup annotation.

quiggly-underlined

StrikeOut

Strikeout text markup annotation.

strikeout

See Also