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

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.

The library can automatically update the value of this property before saving the document. Please see the UpdateCreator option for more information.