PdfForm.LastModified Property
In This Article
Gets the modification date to be sure which of the application data dictionaries it contains corresponds to the current content of the form.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public DateTimeOffset? LastModified { get; }
#Property Value
Type | Description |
---|---|
Nullable<Date |
A nullable Date |
#Remarks
Use the LastModified property if a page-piece dictionary (PdfPieceInfoEntry) is present.
See Also