Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns a DateTime object representing the date this document was last printed using Word.
C#
public System.DateTime DatePrinted{ get; }
vb.net
Public ReadOnly Property DatePrinted() As Date

Remarks

MS Word equivalent: File menu > Properties > Statistics tab > Printed:

Examples

C#
DateTime oDateTime = oDocument.DatePrinted;
vb.net
Dim oDateTime As DateTime = oDocument.DatePrinted
  • No labels