Gets or sets the subject of the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpString Subject { get; set; }
VB
Public Property Subject As XmpString
Get
Set
Property Value
Type:
XmpStringThe subject of the document or
null if there is no value set
for this property.
See Also