# C1.WPF.ReportViewer.DocumentInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ReportViewer_DocumentInfo" data-uid="C1.WPF.ReportViewer.DocumentInfo" class="text-break">DocumentInfo Class
</h1>
  <div class="markdown level0 summary"><p>A document information dictionary which contains metadata for the pdf 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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ReportViewer.html">C1.WPF.ReportViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="C1_WPF_ReportViewer_DocumentInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DocumentInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DocumentInfo</code></pre>
  </div>
  <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_WPF_ReportViewer_DocumentInfo_Author" data-uid="C1.WPF.ReportViewer.DocumentInfo.Author">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.Author.html#C1_WPF_ReportViewer_DocumentInfo_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>The name of the person who created the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_DocumentInfo_CreationDate" data-uid="C1.WPF.ReportViewer.DocumentInfo.CreationDate">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.CreationDate.html#C1_WPF_ReportViewer_DocumentInfo_CreationDate">CreationDate</a>
        </td>
        <td class="markdown level1 summary"><p>The date and time the document was created, in human-readable form</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_DocumentInfo_Creator" data-uid="C1.WPF.ReportViewer.DocumentInfo.Creator">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.Creator.html#C1_WPF_ReportViewer_DocumentInfo_Creator">Creator</a>
        </td>
        <td class="markdown level1 summary"><p>If the document was converted to PDF from another format, the name of the application
(for example, Adobe FrameMaker®) that created the original document from which it was converted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_DocumentInfo_Keywords" data-uid="C1.WPF.ReportViewer.DocumentInfo.Keywords">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.Keywords.html#C1_WPF_ReportViewer_DocumentInfo_Keywords">Keywords</a>
        </td>
        <td class="markdown level1 summary"><p>Keywords associated with the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_DocumentInfo_ModDate" data-uid="C1.WPF.ReportViewer.DocumentInfo.ModDate">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.ModDate.html#C1_WPF_ReportViewer_DocumentInfo_ModDate">ModDate</a>
        </td>
        <td class="markdown level1 summary"><p>The date and time the document was most recently modified, in human-readable form</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_DocumentInfo_Producer" data-uid="C1.WPF.ReportViewer.DocumentInfo.Producer">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.Producer.html#C1_WPF_ReportViewer_DocumentInfo_Producer">Producer</a>
        </td>
        <td class="markdown level1 summary"><p>If the document was converted to PDF from another format, the name of the application
(for example, Acrobat Distiller) that converted it to PDF.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_DocumentInfo_Subject" data-uid="C1.WPF.ReportViewer.DocumentInfo.Subject">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.Subject.html#C1_WPF_ReportViewer_DocumentInfo_Subject">Subject</a>
        </td>
        <td class="markdown level1 summary"><p>The subject of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_DocumentInfo_Title" data-uid="C1.WPF.ReportViewer.DocumentInfo.Title">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.Title.html#C1_WPF_ReportViewer_DocumentInfo_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>The document’s title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_DocumentInfo_Trapped" data-uid="C1.WPF.ReportViewer.DocumentInfo.Trapped">
          <a class="xref" href="C1.WPF.ReportViewer.DocumentInfo.Trapped.html#C1_WPF_ReportViewer_DocumentInfo_Trapped">Trapped</a>
        </td>
        <td class="markdown level1 summary"><p>A name object indicating whether the document has been modified to include trapping information</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
