# GrapeCity.ActiveReports.Export.Pdf.Section.PdfPermissions

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.PdfPermissions" class="text-break">PdfPermissions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the permissions available for a PDF document.
These values can be combined using a bitwise OR combination.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.html">GrapeCity.ActiveReports.Export.Pdf.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Pdf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
[Flags]
public enum PdfPermissions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_AllowAccessibleReaders">AllowAccessibleReaders</td>
        <td></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_AllowAssembly">AllowAssembly</td>
        <td></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_AllowCopy">AllowCopy</td>
        <td></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_AllowFillIn">AllowFillIn</td>
        <td></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_AllowModifyAnnotations">AllowModifyAnnotations</td>
        <td></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_AllowModifyContents">AllowModifyContents</td>
        <td></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_AllowPrint">AllowPrint</td>
        <td></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_Default">Default</td>
        <td><p>The default permissions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_PdfPermissions_None">None</td>
        <td></td>
      </tr>
    </tbody>
  </table>
</div>
