Back to Devexpress

DocumentProperties.LastPrinted Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentproperties-1024ecd2.md

latest2.2 KB
Original Source

DocumentProperties.LastPrinted Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DateTime LastPrinted { get; set; }
vb
Property LastPrinted As Date

Property Value

TypeDescription
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

DocumentProperties Interface

DocumentProperties Members

DevExpress.XtraRichEdit.API.Native Namespace