IDocumentProperty
LastPrinted Property
|
Gets or sets the date when a presentation was printed last time.
Read/write
DateTime
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
DateTime LastPrinted { get; set; }
Property LastPrinted As DateTime
Get
Set
property DateTime LastPrinted {
DateTime get ();
void set (DateTime value);
}
abstract LastPrinted : DateTime with get, set
Property Value
Type:
DateTime
See Also