Gets the date and time the Package content was last printed.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public Nullable<DateTime> LastPrinted { get; }
Visual Basic
Public ReadOnly Property LastPrinted As Nullable(Of DateTime)
	Get
Visual C++
public:
property Nullable<DateTime> LastPrinted {
	Nullable<DateTime> get ();
}

Field Value

The last printed.

See Also