Property UpdateCreator
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
UpdateCreator
Gets or sets a value indicating whether to update Creator properties in Document Info and XMP Metadata before saving.
public bool UpdateCreator { get; set; }
Property Value
- bool
true
the library should update Creator properties; otherwise,false
.
Remarks
Default value: false
.
Updating Creator 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.