Skip to main content
A newer version of this page is available. .

PdfMarkupAnnotationData.Subject Property

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

Namespace: DevExpress.Pdf

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