# C1.Document.Export.PdfSecurityOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_PdfSecurityOptions" data-uid="C1.Document.Export.PdfSecurityOptions" class="text-break">PdfSecurityOptions Class
</h1>
  <div class="markdown level0 summary"><p>Contains options that determine who can use the Pdf document and what actions are allowed.</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">PdfSecurityOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.Export.html">C1.Document.Export</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_Export_PdfSecurityOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PdfSecurityOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PdfSecurityOptions</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="C1_Document_Export_PdfSecurityOptions__ctor" data-uid="C1.Document.Export.PdfSecurityOptions.#ctor">
          <a class="xref" href="C1.Document.Export.PdfSecurityOptions.-ctor.html#C1_Document_Export_PdfSecurityOptions__ctor">PdfSecurityOptions()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Document_Export_PdfSecurityOptions_AllowCopyContent" data-uid="C1.Document.Export.PdfSecurityOptions.AllowCopyContent">
          <a class="xref" href="C1.Document.Export.PdfSecurityOptions.AllowCopyContent.html#C1_Document_Export_PdfSecurityOptions_AllowCopyContent">AllowCopyContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can copy contents from the Pdf document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_PdfSecurityOptions_AllowEditAnnotations" data-uid="C1.Document.Export.PdfSecurityOptions.AllowEditAnnotations">
          <a class="xref" href="C1.Document.Export.PdfSecurityOptions.AllowEditAnnotations.html#C1_Document_Export_PdfSecurityOptions_AllowEditAnnotations">AllowEditAnnotations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can edit annotations in the Pdf document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_PdfSecurityOptions_AllowEditContent" data-uid="C1.Document.Export.PdfSecurityOptions.AllowEditContent">
          <a class="xref" href="C1.Document.Export.PdfSecurityOptions.AllowEditContent.html#C1_Document_Export_PdfSecurityOptions_AllowEditContent">AllowEditContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can edit the contents of the Pdf document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_PdfSecurityOptions_AllowPrint" data-uid="C1.Document.Export.PdfSecurityOptions.AllowPrint">
          <a class="xref" href="C1.Document.Export.PdfSecurityOptions.AllowPrint.html#C1_Document_Export_PdfSecurityOptions_AllowPrint">AllowPrint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can print the Pdf document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_PdfSecurityOptions_EncryptionType" data-uid="C1.Document.Export.PdfSecurityOptions.EncryptionType">
          <a class="xref" href="C1.Document.Export.PdfSecurityOptions.EncryptionType.html#C1_Document_Export_PdfSecurityOptions_EncryptionType">EncryptionType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the PDF encryption type. The default is standart 40 bit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_PdfSecurityOptions_OwnerPassword" data-uid="C1.Document.Export.PdfSecurityOptions.OwnerPassword">
          <a class="xref" href="C1.Document.Export.PdfSecurityOptions.OwnerPassword.html#C1_Document_Export_PdfSecurityOptions_OwnerPassword">OwnerPassword</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the password required to change permissions for the Pdf document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_PdfSecurityOptions_UserPassword" data-uid="C1.Document.Export.PdfSecurityOptions.UserPassword">
          <a class="xref" href="C1.Document.Export.PdfSecurityOptions.UserPassword.html#C1_Document_Export_PdfSecurityOptions_UserPassword">UserPassword</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the password required to open the Pdf document.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
