Click or drag to resize

PdfSaveOptionsUpdateDateInformation Property

Gets or sets a value indicating whether to update CreationDate and/or ModificationDate before the PdfDocument is saved to a PDF file.

If PdfDocument is saved to a new file, then CreationDate will be set to Now and ModificationDate will be set to .

If PdfDocument is not saved to a new file, then ModificationDate will be set to Now.

Default value: .


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool UpdateDateInformation { get; set; }

Property Value

Boolean
to update CreationDate and/or ModificationDate before the PdfDocument is saved to a PDF file; otherwise, .
See Also