# C1.C1Preview.DocumentInfoFields

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_DocumentInfoFields" data-uid="C1.C1Preview.DocumentInfoFields" class="text-break">DocumentInfoFields Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates the fields stored by the <a class="xref" href="C1.C1Preview.DocumentInfo.html">DocumentInfo</a> class.</p>
</div>
  <div class="markdown level0 conceptual"></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_DocumentInfoFields_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum DocumentInfoFields</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum DocumentInfoFields</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_All">All</td>
        <td><p>All fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Author">Author</td>
        <td><p>The author of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Comment">Comment</td>
        <td><p>The document comments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Company">Company</td>
        <td><p>The company of the author.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_CreationTime">CreationTime</td>
        <td><p>The date and time when the document was created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Creator">Creator</td>
        <td><p>The application that created the original document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Keywords">Keywords</td>
        <td><p>The keywords for the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Manager">Manager</td>
        <td><p>The manager of the author.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_None">None</td>
        <td><p>No fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Operator">Operator</td>
        <td><p>The person who last made changes to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Producer">Producer</td>
        <td><p>The application that created the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_RevisionTime">RevisionTime</td>
        <td><p>The date and time when the document was last modified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Subject">Subject</td>
        <td><p>The subject of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfoFields_Title">Title</td>
        <td><p>The title of the document.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
