Property UpdateProducer
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
UpdateProducer
Gets or sets a value indicating whether to update Producer properties in Document Info and XMP Metadata before saving.
public bool UpdateProducer { get; set; }
Property Value
- bool
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.