[]
Represents information related to usage of a C1PrintDocument, such as the date and time when the document was last generated or printed.
[C1ClassSerialization(true)]
public class UsageInfo
| Name | Description |
|---|---|
| UsageInfo() | Initializes a new instance of the UsageInfo class. |
| 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. |
| 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. |