Back to Devexpress

PdfTextMarkupAnnotationFacade.MarkupType Property

officefileapi-devexpress-dot-pdf-dot-pdftextmarkupannotationfacade.md

latest1.8 KB
Original Source

PdfTextMarkupAnnotationFacade.MarkupType Property

Gets or sets the text markup annotation type.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfTextMarkupAnnotationType MarkupType { get; set; }
vb
Public Property MarkupType As PdfTextMarkupAnnotationType

Property Value

TypeDescription
PdfTextMarkupAnnotationType

Indicates the text markup annotation type.

|

Available values:

NameDescriptionExample
Highlight

Highlight text markup annotation.

|

| | Underline |

Underline text markup annotation.

|

| | Squiggly |

Squiggly underline text markup annotation.

|

| | StrikeOut |

Strikeout text markup annotation.

|

|

See Also

PdfTextMarkupAnnotationFacade Class

PdfTextMarkupAnnotationFacade Members

DevExpress.Pdf Namespace