PdfTextMarkupAnnotationFacade.MarkupType Property
In This Article
Gets or sets the text markup annotation type.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfTextMarkupAnnotationType MarkupType { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
Indicates the text markup annotation type. |
Available values:
Name | Description | Example |
---|---|---|
Highlight | Highlight text markup annotation. |
|
Underline | Underline text markup annotation. |
|
Squiggly | Squiggly underline text markup annotation. |
|
Strike |
Strikeout text markup annotation. |
See Also