Back to Devexpress

DocumentProperties.Printed Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-32f07b61.md

latest1.2 KB
Original Source

DocumentProperties.Printed Property

Gets or sets the date and time on which the document was last printed. This property is updated automatically to the local date and time.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public DateTime Printed { get; set; }
vb
Public Property Printed As Date

Property Value

TypeDescription
DateTime

The date and time when the presentation was last printed.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace