PdfSaveOptions.UpdateProducer Property

Gets or sets a value indicating whether to update Producer properties in Document Info and XMP Metadata before saving.

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

Syntax

C#
public bool UpdateProducer { get; set; }
VB
Public Property UpdateProducer As Boolean
	Get
	Set

Property Value

Type: Boolean
true the library should update Producer properties; otherwise, false.

Remarks

Default value: true.

Updating Producer properties means that the library set its name and version as the value for these properties:

The library won't update XMP schemas if the XMP metadata should not be embedded when saving the document. Check the ShouldBeEmbedded() method for more information about when the metadata should be embedded.

See Also