# GrapeCity.ActiveReports.Printing.PaperSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Printing_PaperSource" data-uid="GrapeCity.ActiveReports.Printing.PaperSource" class="text-break">PaperSource Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the paper tray from which the printer gets paper.</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">PaperSource</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Printing.html">GrapeCity.ActiveReports.Printing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Printing_PaperSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class PaperSource</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="GrapeCity_ActiveReports_Printing_PaperSource__ctor" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.-ctor.html#GrapeCity_ActiveReports_Printing_PaperSource__ctor">PaperSource()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PaperSource class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSource__ctor_GrapeCity_ActiveReports_Printing_PaperSourceKind_System_String_" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.#ctor(GrapeCity.ActiveReports.Printing.PaperSourceKind,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.-ctor.html#GrapeCity_ActiveReports_Printing_PaperSource__ctor_GrapeCity_ActiveReports_Printing_PaperSourceKind_System_String_">PaperSource(PaperSourceKind, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PaperSource 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="GrapeCity_ActiveReports_Printing_PaperSource_Kind" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.Kind">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.Kind.html#GrapeCity_ActiveReports_Printing_PaperSource_Kind">Kind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the paper source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSource_RawKind" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.RawKind">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.RawKind.html#GrapeCity_ActiveReports_Printing_PaperSource_RawKind">RawKind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the integer representing one of the PaperSourceKind values or a custom value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSource_SourceName" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.SourceName">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.SourceName.html#GrapeCity_ActiveReports_Printing_PaperSource_SourceName">SourceName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the paper source.</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_ActiveReports_Printing_PaperSource_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.Equals.html#GrapeCity_ActiveReports_Printing_PaperSource_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to the current <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSource_GetHashCode" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.GetHashCode.html#GrapeCity_ActiveReports_Printing_PaperSource_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for the current <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSource_ToString" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.ToString.html#GrapeCity_ActiveReports_Printing_PaperSource_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSource_op_Equality_GrapeCity_ActiveReports_Printing_PaperSource_GrapeCity_ActiveReports_Printing_PaperSource_" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.op_Equality(GrapeCity.ActiveReports.Printing.PaperSource,GrapeCity.ActiveReports.Printing.PaperSource)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.op_Equality.html#GrapeCity_ActiveReports_Printing_PaperSource_op_Equality_GrapeCity_ActiveReports_Printing_PaperSource_GrapeCity_ActiveReports_Printing_PaperSource_">operator ==(PaperSource, PaperSource)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</a> instances are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSource_op_Inequality_GrapeCity_ActiveReports_Printing_PaperSource_GrapeCity_ActiveReports_Printing_PaperSource_" data-uid="GrapeCity.ActiveReports.Printing.PaperSource.op_Inequality(GrapeCity.ActiveReports.Printing.PaperSource,GrapeCity.ActiveReports.Printing.PaperSource)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.op_Inequality.html#GrapeCity_ActiveReports_Printing_PaperSource_op_Inequality_GrapeCity_ActiveReports_Printing_PaperSource_GrapeCity_ActiveReports_Printing_PaperSource_">operator !=(PaperSource, PaperSource)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</a> instances are not equal.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
