PdfInfo.Subject Property

Gets or sets the subject of the document.

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 subject of the document.

Remarks

Default value: null.

See Also