last_printed property

BuiltInDocumentProperties.last_printed property

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

@property
def last_printed(self) -> datetime.datetime:
    ...

@last_printed.setter
def last_printed(self, value: datetime.datetime):
    ...

Remarks

For documents originated from RTF format this property returns the local time of last print operation.

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

Aspose.Words does not update this property.

See Also