Property Title
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Title
Gets or sets the title of the document.
public XmpString? Title { get; set; }
Property Value
- XmpString
The title of the document or
nullif there is no value set for this property.
Remarks
This property is not part of the official XMP specification. It's recommended to use Titles instead.
Exceptions
- UnsupportedMetadataException
The corresponding XMP property has an unexpected type.