Table of Contents

Property Creator

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

Creator

Gets or sets the name of the application that created the document.

public XmpString? Creator { get; set; }

Property Value

XmpString

The the name of the application that 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 CreatorTool instead.

If the document was converted to PDF from another format, this property may contain the name of the application (for example, Adobe FrameMaker®) that created the original document from which this document was converted.

Exceptions

UnsupportedMetadataException

The corresponding XMP property has an unexpected type.