Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfMarkupAnnotationData.Subject Property

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

Namespace: DevExpress.Pdf

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