Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / LastPrinted Property

In This Topic
    LastPrinted Property
    In This Topic
    Gets or sets the date when the document was last printed in UTC.
    Syntax
    'Declaration
     
    Public Property LastPrinted As System.Nullable(Of Date)
    public System.Nullable<DateTime> LastPrinted {get; set;}
    See Also