Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public DateTime Printed { get; set; }

    Property Value

    Type Description
    DateTime

    The date and time when the presentation was last printed.

    See Also