# GrapeCity.Documents.Word.BuiltInPropertyCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_BuiltInPropertyCollection" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection" class="text-break">BuiltInPropertyCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents built-in document properties.</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"><a class="xref" href="GrapeCity.Documents.Word.DocumentPropertyCollection.html">DocumentPropertyCollection</a></div>
    <div class="level2"><span class="xref">BuiltInPropertyCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.DocumentProperty.html">DocumentProperty</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_BuiltInPropertyCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BuiltInPropertyCollection : DocumentPropertyCollection, IEnumerable&lt;DocumentProperty&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BuiltInPropertyCollection
    Inherits DocumentPropertyCollection
    Implements IEnumerable(Of DocumentProperty), IEnumerable</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="GrapeCity_Documents_Word_BuiltInPropertyCollection_AplicationVersion" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.AplicationVersion">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.AplicationVersion.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_AplicationVersion">AplicationVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the version number of the application that created the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_ApplicationName" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.ApplicationName">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.ApplicationName.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_ApplicationName">ApplicationName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the application.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Author" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Author">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Author.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the document's author.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Category" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Category">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Category.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Category">Category</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the category of the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Characters" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Characters">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Characters.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Characters">Characters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an estimate of the number of characters in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_CharactersWithSpaces" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.CharactersWithSpaces">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.CharactersWithSpaces.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_CharactersWithSpaces">CharactersWithSpaces</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an estimate of the number of characters (including spaces) in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Comments" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Comments">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Comments.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Comments">Comments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document comments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Company" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Company">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Company.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Company">Company</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the company property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_CreatedTime" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.CreatedTime">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.CreatedTime.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_CreatedTime">CreatedTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets date of the document creation in UTC.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_DigitalSignature" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.DigitalSignature">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.DigitalSignature.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_DigitalSignature">DigitalSignature</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the signature of a digitally signed document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_HeadingPairs" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.HeadingPairs">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.HeadingPairs.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_HeadingPairs">HeadingPairs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document headings and their names.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_HyperlinkBase" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.HyperlinkBase">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.HyperlinkBase.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_HyperlinkBase">HyperlinkBase</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the base string used for evaluating relative hyperlinks in this document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_HyperlinkList" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.HyperlinkList">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.HyperlinkList.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_HyperlinkList">HyperlinkList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the set of hyperlinks that were in this document when last saved.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_HyperlinksChanged" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.HyperlinksChanged">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.HyperlinksChanged.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_HyperlinksChanged">HyperlinksChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether one or more hyperlinks in the document were updated exclusively by a producer.
The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Identifier" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Identifier">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Identifier.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Identifier">Identifier</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an unambiguous document identifier.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Keywords" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Keywords">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Keywords.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Keywords">Keywords</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document keywords.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Language" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Language">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Language.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Language">Language</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value that identifies the document content language.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_LastPrinted" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.LastPrinted">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.LastPrinted.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_LastPrinted">LastPrinted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date when the document was last printed in UTC.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_LastSavedBy" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.LastSavedBy">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.LastSavedBy.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_LastSavedBy">LastSavedBy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the last author.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_LastSavedTime" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.LastSavedTime">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.LastSavedTime.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_LastSavedTime">LastSavedTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time of the last save in UTC.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Lines" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Lines">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Lines.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Lines">Lines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an estimate of the number of lines in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_LinksUpToDate" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.LinksUpToDate">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.LinksUpToDate.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_LinksUpToDate">LinksUpToDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether hyperlinks in a document are up-to-date.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Manager" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Manager">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Manager.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Manager">Manager</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the manager property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Pages" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Pages">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Pages.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Pages">Pages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an estimate of the number of pages in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Paragraphs" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Paragraphs">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Paragraphs.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Paragraphs">Paragraphs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an estimate of the number of paragraphs in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_RevisionNumber" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.RevisionNumber">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.RevisionNumber.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_RevisionNumber">RevisionNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document revision number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Security" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Security">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Security.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Security">Security</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the security level of a document as a numeric value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_SharedDocument" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.SharedDocument">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.SharedDocument.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_SharedDocument">SharedDocument</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this document is currently shared between multiple producers.
If true, producers should take care when updating the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Status" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Status">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Status.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Status">Status</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document status.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Subject" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Subject">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Subject.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Subject">Subject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the subject of the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Template" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Template">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Template.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Template">Template</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the informational name of the document template.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Thumbnail" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Thumbnail">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Thumbnail.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Thumbnail">Thumbnail</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display mode of the document thumbnail.
Set to true to enable scaling of the document thumbnail to the display.
Set to false to enable cropping of the document thumbnail to show only sections that fits the display.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Title" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Title">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Title.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title of the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_TitlesOfParts" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.TitlesOfParts">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.TitlesOfParts.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_TitlesOfParts">TitlesOfParts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the names of a parts in the document.
These parts are conceptual representations of document sections.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_TotalEditingTime" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.TotalEditingTime">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.TotalEditingTime.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_TotalEditingTime">TotalEditingTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the total editing time in minutes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Version" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Version">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Version.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document version.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInPropertyCollection_Words" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.Words">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.Words.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_Words">Words</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an estimate of the number of words in the 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="GrapeCity_Documents_Word_BuiltInPropertyCollection_SetPropertyValue__1___0_System_String_System_String_" data-uid="GrapeCity.Documents.Word.BuiltInPropertyCollection.SetPropertyValue``1(``0,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.BuiltInPropertyCollection.SetPropertyValue.html#GrapeCity_Documents_Word_BuiltInPropertyCollection_SetPropertyValue__1___0_System_String_System_String_">SetPropertyValue&lt;T&gt;(T, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the property value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
