Returns a DateTime object representing the date this document was last printed using Word.

public System.DateTime DatePrinted{ get; }
Public ReadOnly Property DatePrinted() As Date

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

          DateTime oDateTime = oDocument.DatePrinted;
        
          Dim oDateTime As DateTime = oDocument.DatePrinted