PdfSaveOptions.UpdateModifiedDate Property

Gets or sets a value indicating whether to update Modified Date 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 UpdateModifiedDate { get; set; }
VB
Public Property UpdateModifiedDate As Boolean
	Get
	Set

Property Value

Type: Boolean
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.

See Also