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

PdfTextMarkupAnnotationData.MarkupType Property

Specifies the text markup annotation type.

Namespace: DevExpress.Pdf

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

Declaration

public PdfTextMarkupAnnotationType MarkupType { get; set; }

Property Value

Type Description
PdfTextMarkupAnnotationType

One of the PdfTextMarkupAnnotationType enumeration values that specifies the text markup annotation type.

See Also