# C1.C1Preview.DocumentInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_DocumentInfo" data-uid="C1.C1Preview.DocumentInfo" class="text-break">DocumentInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents general information about a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>,
such as author, subject, creation date and time, and so on.
Can be accessed via the <a class="xref" href="C1.C1Preview.C1PrintDocument.DocumentInfo.html#C1_C1Preview_C1PrintDocument_DocumentInfo">DocumentInfo</a> property on a document.</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">DocumentInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></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_DocumentInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DocumentInfo : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DocumentInfo
    Implements ICloneable</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_DocumentInfo__ctor" data-uid="C1.C1Preview.DocumentInfo.#ctor">
          <a class="xref" href="C1.C1Preview.DocumentInfo.-ctor.html#C1_C1Preview_DocumentInfo__ctor">DocumentInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.DocumentInfo.html">DocumentInfo</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_DocumentInfo_Author" data-uid="C1.C1Preview.DocumentInfo.Author">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Author.html#C1_C1Preview_DocumentInfo_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the author of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Comment" data-uid="C1.C1Preview.DocumentInfo.Comment">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Comment.html#C1_C1Preview_DocumentInfo_Comment">Comment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the comment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Company" data-uid="C1.C1Preview.DocumentInfo.Company">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Company.html#C1_C1Preview_DocumentInfo_Company">Company</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the company of a document's author.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_CreationTime" data-uid="C1.C1Preview.DocumentInfo.CreationTime">
          <a class="xref" href="C1.C1Preview.DocumentInfo.CreationTime.html#C1_C1Preview_DocumentInfo_CreationTime">CreationTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date and time when a document was created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Creator" data-uid="C1.C1Preview.DocumentInfo.Creator">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Creator.html#C1_C1Preview_DocumentInfo_Creator">Creator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the application that created the original document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Keywords" data-uid="C1.C1Preview.DocumentInfo.Keywords">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Keywords.html#C1_C1Preview_DocumentInfo_Keywords">Keywords</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the keywords for a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Manager" data-uid="C1.C1Preview.DocumentInfo.Manager">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Manager.html#C1_C1Preview_DocumentInfo_Manager">Manager</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the manager of the author.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Operator" data-uid="C1.C1Preview.DocumentInfo.Operator">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Operator.html#C1_C1Preview_DocumentInfo_Operator">Operator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the person who last made changes to a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Producer" data-uid="C1.C1Preview.DocumentInfo.Producer">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Producer.html#C1_C1Preview_DocumentInfo_Producer">Producer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the application that created a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_RevisionTime" data-uid="C1.C1Preview.DocumentInfo.RevisionTime">
          <a class="xref" href="C1.C1Preview.DocumentInfo.RevisionTime.html#C1_C1Preview_DocumentInfo_RevisionTime">RevisionTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date and time when a document was last modified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Subject" data-uid="C1.C1Preview.DocumentInfo.Subject">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Subject.html#C1_C1Preview_DocumentInfo_Subject">Subject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the subject of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Title" data-uid="C1.C1Preview.DocumentInfo.Title">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Title.html#C1_C1Preview_DocumentInfo_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_UserData" data-uid="C1.C1Preview.DocumentInfo.UserData">
          <a class="xref" href="C1.C1Preview.DocumentInfo.UserData.html#C1_C1Preview_DocumentInfo_UserData">UserData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary&lt;TKey, TValue&gt;</a> of custom user defined string keys and strings associated with a document.</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_DocumentInfo_AssignFrom_C1_C1Preview_DocumentInfo_" data-uid="C1.C1Preview.DocumentInfo.AssignFrom(C1.C1Preview.DocumentInfo)">
          <a class="xref" href="C1.C1Preview.DocumentInfo.AssignFrom.html#C1_C1Preview_DocumentInfo_AssignFrom_C1_C1Preview_DocumentInfo_">AssignFrom(DocumentInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.DocumentInfo.html">DocumentInfo</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_Clone" data-uid="C1.C1Preview.DocumentInfo.Clone">
          <a class="xref" href="C1.C1Preview.DocumentInfo.Clone.html#C1_C1Preview_DocumentInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current <a class="xref" href="C1.C1Preview.DocumentInfo.html">DocumentInfo</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_GetKeywordsAsText" data-uid="C1.C1Preview.DocumentInfo.GetKeywordsAsText">
          <a class="xref" href="C1.C1Preview.DocumentInfo.GetKeywordsAsText.html#C1_C1Preview_DocumentInfo_GetKeywordsAsText">GetKeywordsAsText()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.C1Preview.DocumentInfo.Keywords.html#C1_C1Preview_DocumentInfo_Keywords">Keywords</a> collection of the current object
as a single space-delimited string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_SetKeywordsAsText_System_String_" data-uid="C1.C1Preview.DocumentInfo.SetKeywordsAsText(System.String)">
          <a class="xref" href="C1.C1Preview.DocumentInfo.SetKeywordsAsText.html#C1_C1Preview_DocumentInfo_SetKeywordsAsText_System_String_">SetKeywordsAsText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns the <a class="xref" href="C1.C1Preview.DocumentInfo.Keywords.html#C1_C1Preview_DocumentInfo_Keywords">Keywords</a> collection on the current object
from a single string containing the space-delimited list of keywords.
(Note that the <a class="xref" href="C1.C1Preview.DocumentInfo.Keywords.html#C1_C1Preview_DocumentInfo_Keywords">Keywords</a> collection is cleared by this method prior to assignment.)</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerialize" data-uid="C1.C1Preview.DocumentInfo.ShouldSerialize">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerialize.html#C1_C1Preview_DocumentInfo_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current <a class="xref" href="C1.C1Preview.DocumentInfo.html">DocumentInfo</a> object should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeAuthor" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeAuthor">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeAuthor.html#C1_C1Preview_DocumentInfo_ShouldSerializeAuthor">ShouldSerializeAuthor()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Author.html#C1_C1Preview_DocumentInfo_Author">Author</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeComment" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeComment">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeComment.html#C1_C1Preview_DocumentInfo_ShouldSerializeComment">ShouldSerializeComment()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Comment.html#C1_C1Preview_DocumentInfo_Comment">Comment</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeCompany" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeCompany">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeCompany.html#C1_C1Preview_DocumentInfo_ShouldSerializeCompany">ShouldSerializeCompany()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Company.html#C1_C1Preview_DocumentInfo_Company">Company</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeCreationTime" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeCreationTime">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeCreationTime.html#C1_C1Preview_DocumentInfo_ShouldSerializeCreationTime">ShouldSerializeCreationTime()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.CreationTime.html#C1_C1Preview_DocumentInfo_CreationTime">CreationTime</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeCreator" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeCreator">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeCreator.html#C1_C1Preview_DocumentInfo_ShouldSerializeCreator">ShouldSerializeCreator()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Creator.html#C1_C1Preview_DocumentInfo_Creator">Creator</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeKeywords" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeKeywords">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeKeywords.html#C1_C1Preview_DocumentInfo_ShouldSerializeKeywords">ShouldSerializeKeywords()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Keywords.html#C1_C1Preview_DocumentInfo_Keywords">Keywords</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeManager" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeManager">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeManager.html#C1_C1Preview_DocumentInfo_ShouldSerializeManager">ShouldSerializeManager()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Manager.html#C1_C1Preview_DocumentInfo_Manager">Manager</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeOperator" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeOperator">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeOperator.html#C1_C1Preview_DocumentInfo_ShouldSerializeOperator">ShouldSerializeOperator()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Operator.html#C1_C1Preview_DocumentInfo_Operator">Operator</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeProducer" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeProducer">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeProducer.html#C1_C1Preview_DocumentInfo_ShouldSerializeProducer">ShouldSerializeProducer()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Producer.html#C1_C1Preview_DocumentInfo_Producer">Producer</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeRevisionTime" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeRevisionTime">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeRevisionTime.html#C1_C1Preview_DocumentInfo_ShouldSerializeRevisionTime">ShouldSerializeRevisionTime()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.RevisionTime.html#C1_C1Preview_DocumentInfo_RevisionTime">RevisionTime</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeSubject" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeSubject">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeSubject.html#C1_C1Preview_DocumentInfo_ShouldSerializeSubject">ShouldSerializeSubject()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Subject.html#C1_C1Preview_DocumentInfo_Subject">Subject</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DocumentInfo_ShouldSerializeTitle" data-uid="C1.C1Preview.DocumentInfo.ShouldSerializeTitle">
          <a class="xref" href="C1.C1Preview.DocumentInfo.ShouldSerializeTitle.html#C1_C1Preview_DocumentInfo_ShouldSerializeTitle">ShouldSerializeTitle()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.DocumentInfo.Title.html#C1_C1Preview_DocumentInfo_Title">Title</a> property should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
