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

PdfMarkupAnnotation.Subject Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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