BuiltInDocumentPropertyCollection.LastPrinted

BuiltInDocumentPropertyCollection.LastPrinted property

Gets or sets the date when the document was last printed in local timezone.

public DateTime LastPrinted { get; set; }

Remarks

If the document was never printed, this property will return DateTime.MinValue.

Aspose.Cells does not update this property when you modify the document.

See Also