Click or drag to resize
Pdftools logo

MetadataSubject Property

The subject of the document or resource.

This property corresponds to the "dc:description" entry in the XMP metadata and to the "Subject" entry in the document information dictionary.

Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.6.1+1d1ddee1b750f38b2287c750628b9791d3c49600
Syntax
C#
public string Subject { get; set; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationExceptionif the metadata have already been closed
NotSupportedException[set] the document is read-only
See Also