Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.Style Property

Gets the style of a text markup annotation.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfTextMarkupAnnotationType Style { get; }

Property Value

Type Description
PdfTextMarkupAnnotationType

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

See Also