# C1.Schedule.Printing.TagInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_Printing_TagInfo" data-uid="C1.Schedule.Printing.TagInfo" class="text-break">TagInfo Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.Printing.TagInfo.html">TagInfo</a> class represents the facade for the C1.C1Preview.Tag class.
Use this class for getting information about document tags and for
setting tag values before rendering the 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">TagInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.Printing.html">C1.Schedule.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Schedule_Printing_TagInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TagInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TagInfo</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_Schedule_Printing_TagInfo_Description" data-uid="C1.Schedule.Printing.TagInfo.Description">
          <a class="xref" href="C1.Schedule.Printing.TagInfo.Description.html#C1_Schedule_Printing_TagInfo_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the description of the tag.
If not empty, used as the label in the tag input dialog.
(If Description is empty, the value of the <a class="xref" href="C1.Schedule.Printing.TagInfo.Name.html#C1_Schedule_Printing_TagInfo_Name">Name</a> property
will be used as default value.)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_TagInfo_InputParams" data-uid="C1.Schedule.Printing.TagInfo.InputParams">
          <a class="xref" href="C1.Schedule.Printing.TagInfo.InputParams.html#C1_Schedule_Printing_TagInfo_InputParams">InputParams</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Schedule.Printing.TagInputParams.html">TagInputParams</a> object that is used by the tag input dialog
to customize the editor for the current tag. By default, this property is null.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_TagInfo_Name" data-uid="C1.Schedule.Printing.TagInfo.Name">
          <a class="xref" href="C1.Schedule.Printing.TagInfo.Name.html#C1_Schedule_Printing_TagInfo_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unique name of the tag object as it is defined in a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_TagInfo_ShowInDialog" data-uid="C1.Schedule.Printing.TagInfo.ShowInDialog">
          <a class="xref" href="C1.Schedule.Printing.TagInfo.ShowInDialog.html#C1_Schedule_Printing_TagInfo_ShowInDialog">ShowInDialog</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to show the current tag and
allow the user to edit its <a class="xref" href="C1.Schedule.Printing.TagInfo.Value.html#C1_Schedule_Printing_TagInfo_Value">Value</a> in the tags input dialog.
True by default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_TagInfo_Type" data-uid="C1.Schedule.Printing.TagInfo.Type">
          <a class="xref" href="C1.Schedule.Printing.TagInfo.Type.html#C1_Schedule_Printing_TagInfo_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current tag type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_TagInfo_Value" data-uid="C1.Schedule.Printing.TagInfo.Value">
          <a class="xref" href="C1.Schedule.Printing.TagInfo.Value.html#C1_Schedule_Printing_TagInfo_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the C1.C1Preview.Tag object value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
