Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationCreatingEventArgs.Subject Property

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

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