Skip to main content
A newer version of this page is available. .

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

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