Skip to main content

DocumentProperties.LastPrinted Property

Gets or sets the date and time that a document was last printed.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

DateTime LastPrinted { get; set; }

Property Value

Type Description
DateTime

A DateTime value that is the moment when a document was last printed.

Remarks

The LastPrinted property allows you to specify one of the predefined document properties, a full set of which is available with the Document.DocumentProperties property. To specify a custom document property, use the Document.CustomProperties property.

The LastPrinted property is updated automatically to the local date and time when the document was last printed.

End-users can view the Printed value in the Document Properties Dialog.

Use the PRINTDATE field to insert the LastPrinted value in the document.

Note

The LastPrinted property is not supported in HTML documents.

See Also