Skip to main content

PdfPage.LastModified Property

Specifies the date and time when the page’s contents were most recently modified.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTimeOffset? LastModified { get; set; }

Property Value

Type Description
Nullable<DateTimeOffset>

A nullable DateTimeOffset value.

Remarks

This value is required if the PdfPage.PieceInfo is present. If a page-piece dictionary (PieceInfo) is present, the modification date shall be used to ascertain which of the application data dictionaries that it contains correspond to the current content of the page.

See Also