DocxOptions
LastSavedBy Property
|
The name of the person who modified the document last time.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string LastSavedBy { get; set; }
Public Property LastSavedBy As String
Get
Set
public:
property String^ LastSavedBy {
String^ get ();
void set (String^ value);
}
member LastSavedBy : string with get, set
Property Value
Type:
String
See Also