Skip to main content

PdfMarkupAnnotation.Subject Property

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

Namespace: DevExpress.Pdf

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