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

PdfMarkupAnnotationInfo.Subject Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.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