last_saved_by property

BuiltInDocumentProperties.last_saved_by property

Gets or sets the name of the last author.

@property
def last_saved_by(self) -> str:
    ...

@last_saved_by.setter
def last_saved_by(self, value: str):
    ...

Remarks

Aspose.Words does not update this property.

See Also