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

PdfTextMarkupAnnotation.Type Property

Gets the type of a text markup annotation.

Namespace: DevExpress.Pdf

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

Declaration

public PdfTextMarkupAnnotationType Type { get; }

Property Value

Type Description
PdfTextMarkupAnnotationType

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

See Also