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 string? Creator { get; set; }
Property Value
- string
The the name of the application that created the document.
Remarks
Default value: BitMiracle.Docotic.Pdf X.Y.Z
where "X.Y.Z" is a current version number.
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.