[]
        
(Showing Draft Content)

C1.C1Preview.UsageInfo

UsageInfo Class

Represents information related to usage of a C1PrintDocument, such as the date and time when the document was last generated or printed.

Inheritance
UsageInfo
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class UsageInfo

Constructors

Name Description
UsageInfo()

Initializes a new instance of the UsageInfo class.

Properties

Name Description
GeneratedDateTime

Gets or sets the date and time when a document was generated.

LastFileName

Gets or sets the file name that was last used to save or load a document.

LastPrinterName

Gets or sets the name of the printer on which a document was last printed.

PrintedDateTime

Gets or sets the date and time when a document was printed.

Methods

Name Description
AssignFrom(UsageInfo)

Assigns (copies) properties from another UsageInfo to the current object.

Clear()

Clears all data stored in the current UsageInfo.

Clone()

Creates a copy of the current UsageInfo object.