Skip to main content

PdfForm.LastModified Property

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTimeOffset? LastModified { get; }

Property Value

Type Description
Nullable<DateTimeOffset>

A nullable DateTimeOffset structure that is a valid date-time offset.

Remarks

Use the LastModified property if a page-piece dictionary (PdfPieceInfoEntry) is present.

See Also