Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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