Skip to main content
A newer version of this page is available.
All docs
V19.2
.NET Framework 4.5.2+

PdfMarkupAnnotationInfo.Subject Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.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