# GrapeCity.Documents.Pdf.AcroForms.Field.GcProps

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_AcroForms_Field_GcProps_" data-uid="GrapeCity.Documents.Pdf.AcroForms.Field.GcProps*">GcProps Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_AcroForms_Field_GcProps_" data-uid="GrapeCity.Documents.Pdf.AcroForms.Field.GcProps*"></a>
<h4 id="GrapeCity_Documents_Pdf_AcroForms_Field_GcProps" data-uid="GrapeCity.Documents.Pdf.AcroForms.Field.GcProps">GcProps</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfDict.html">PdfDict</a> object that can be used to associate
arbitrary data with this field.</p>
<p>
Note that for text values, in most cases the <a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfString.html">PdfString</a> type should be used
rather than <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PdfDict GcProps { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property GcProps As PdfDict</code></pre>
</div>
</div>
