Skip to main content
A newer version of this page is available.
All docs
V18.2

PdfTextMarkupAnnotationChangedEventArgs.Subject Property

Gets a short description of the subject being addressed by the text markup annotation.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public string Subject { get; }

Property Value

Type Description
String

A string value that is the text representing a short description of the subject.

See Also