This document is archived and information here might be outdated.  Recommended version.


IDocumentInfo2.DatePrinted Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo2 Interface > IDocumentInfo2.DatePrinted Property
ArcGIS Developer Help

IDocumentInfo2.DatePrinted Property

Date the document was last printed.

[Visual Basic .NET]
Public ReadOnly Property DatePrinted As Object
[C#]
public object DatePrinted {get;}
[C++]
HRESULT get_DatePrinted(
  Variant* date
);
[C++]
Parameters
date [out, retval]

date is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDocumentInfo2 Interface