DocumentProperties.LastPrinted Property
Gets or sets the date and time that a document was last printed.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#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 Last