Message-ID: <383047388.9837.1711704576946.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9836_1996861872.1711704576946" ------=_Part_9836_1996861872.1711704576946 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Document.DatePrinted

Document.DatePrinted

Description

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

Remarks

MS Word equivalent: Fi= le menu > Properties > Statistics tab > Printed:=20

Examples

=20
C#
=20
          DateTime oDateTime =3D oDocument.DatePrinted;
        
=20
vb.net
=20
          Dim oDateTime As DateTime =3D oDocument.DatePrinted
        
=20
------=_Part_9836_1996861872.1711704576946--