Table of Contents

Property Author

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

Author

Gets or sets the name of the person who created the document.

public XmpString? Author { get; set; }

Property Value

XmpString

The name of the person who created 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 Creators instead.

Exceptions

UnsupportedMetadataException

The corresponding XMP property has an unexpected type.