# C1.C1Preview.UsageInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_UsageInfo" data-uid="C1.C1Preview.UsageInfo" class="text-break">UsageInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information related to usage of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>,
such as the date and time when the document was last generated or printed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">UsageInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_UsageInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class UsageInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class UsageInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_UsageInfo__ctor" data-uid="C1.C1Preview.UsageInfo.#ctor">
          <a class="xref" href="C1.C1Preview.UsageInfo.-ctor.html#C1_C1Preview_UsageInfo__ctor">UsageInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.UsageInfo.html">UsageInfo</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_UsageInfo_GeneratedDateTime" data-uid="C1.C1Preview.UsageInfo.GeneratedDateTime">
          <a class="xref" href="C1.C1Preview.UsageInfo.GeneratedDateTime.html#C1_C1Preview_UsageInfo_GeneratedDateTime">GeneratedDateTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date and time when a document was generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_UsageInfo_LastFileName" data-uid="C1.C1Preview.UsageInfo.LastFileName">
          <a class="xref" href="C1.C1Preview.UsageInfo.LastFileName.html#C1_C1Preview_UsageInfo_LastFileName">LastFileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the file name that was last used to save or load a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_UsageInfo_LastPrinterName" data-uid="C1.C1Preview.UsageInfo.LastPrinterName">
          <a class="xref" href="C1.C1Preview.UsageInfo.LastPrinterName.html#C1_C1Preview_UsageInfo_LastPrinterName">LastPrinterName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the printer on which a document was last printed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_UsageInfo_PrintedDateTime" data-uid="C1.C1Preview.UsageInfo.PrintedDateTime">
          <a class="xref" href="C1.C1Preview.UsageInfo.PrintedDateTime.html#C1_C1Preview_UsageInfo_PrintedDateTime">PrintedDateTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date and time when a document was printed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_UsageInfo_AssignFrom_C1_C1Preview_UsageInfo_" data-uid="C1.C1Preview.UsageInfo.AssignFrom(C1.C1Preview.UsageInfo)">
          <a class="xref" href="C1.C1Preview.UsageInfo.AssignFrom.html#C1_C1Preview_UsageInfo_AssignFrom_C1_C1Preview_UsageInfo_">AssignFrom(UsageInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.UsageInfo.html">UsageInfo</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_UsageInfo_Clear" data-uid="C1.C1Preview.UsageInfo.Clear">
          <a class="xref" href="C1.C1Preview.UsageInfo.Clear.html#C1_C1Preview_UsageInfo_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all data stored in the current <a class="xref" href="C1.C1Preview.UsageInfo.html">UsageInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_UsageInfo_Clone" data-uid="C1.C1Preview.UsageInfo.Clone">
          <a class="xref" href="C1.C1Preview.UsageInfo.Clone.html#C1_C1Preview_UsageInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current <a class="xref" href="C1.C1Preview.UsageInfo.html">UsageInfo</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
