PdfSoundAnnotation.Subject Property

(PDF 1.5) Gets or sets the annotation subject.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Subject { get; set; }
VB
Public Property Subject As String
	Get
	Set

Property Value

Type: String
The text representing a short description of the subject being addressed by the annotation.

See Also