Table of Contents

Property Subject

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Subject

Gets or sets the subject of the document.

public XmpString? Subject { get; set; }

Property Value

XmpString

The subject of the document or null if there is no value set for this property.

Remarks

This property is not part of the official XMP specification. It's recommended to use Descriptions instead.

Exceptions

UnsupportedMetadataException

The corresponding XMP property has an unexpected type.