Skip to main content
A newer version of this page is available.
All docs
V19.1

PdfTextMarkupAnnotationCreatingEventArgs.Subject Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public string Subject { get; set; }

Property Value

Type Description
String

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

See Also