Property Producer
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Producer
Gets or sets the name of the application that produced the document.
public string? Producer { get; set; }
Property Value
- string
The name of the application that produced 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, Acrobat Distiller) that converted it to PDF.
The library can automatically update the value of this property before saving the document. Please see the UpdateProducer option for more information.