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