XmpPdfSchema.Producer Property

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

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpString Producer { get; set; }
VB
Public Property Producer As XmpString
	Get
	Set

Property Value

Type: XmpString
The name of the application that produced 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, 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.

See Also