Table of Contents

Property UpdateModifiedDate

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

UpdateModifiedDate

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

public bool UpdateModifiedDate { get; set; }

Property Value

bool

true the library should update Modified Date properties; otherwise, false.

Remarks

Default value: true.

Updating Modified 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.