# C1.C1Preview.ActionHandlerFileSave

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_ActionHandlerFileSave" data-uid="C1.C1Preview.ActionHandlerFileSave" class="text-break">ActionHandlerFileSave Class
</h1>
  <div class="markdown level0 summary"><p>Represents an action handler that saves or exports a document to a disk file.</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"><a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.ActionHandlerFile.html">ActionHandlerFile</a></div>
    <div class="level3"><span class="xref">ActionHandlerFileSave</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_ActionHandlerFileSave_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ActionHandlerFileSave : ActionHandlerFile</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ActionHandlerFileSave
    Inherits ActionHandlerFile</code></pre>
  </div>
  <h5 id="C1_C1Preview_ActionHandlerFileSave_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>If the <a class="xref" href="C1.C1Preview.ActionHandlerFile.FileName.html#C1_C1Preview_ActionHandlerFile_FileName">FileName</a> is not specified when this action handler
is invoked, a file save dialog is shown to the user.</p>
<p>
For details on the use of action handlers, see <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a>.
</p>
</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_C1Preview_ActionHandlerFileSave__ctor" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor">
          <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.-ctor.html#C1_C1Preview_ActionHandlerFileSave__ctor">ActionHandlerFileSave()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.html">ActionHandlerFileSave</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ActionHandlerFileSave__ctor_System_String_" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor(System.String)">
          <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.-ctor.html#C1_C1Preview_ActionHandlerFileSave__ctor_System_String_">ActionHandlerFileSave(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.html">ActionHandlerFileSave</a> class,
assigning the <a class="xref" href="C1.C1Preview.ActionHandlerFile.FileName.html#C1_C1Preview_ActionHandlerFile_FileName">FileName</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ActionHandlerFileSave__ctor_System_String_C1_C1Preview_Export_ExportProvider_" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor(System.String,C1.C1Preview.Export.ExportProvider)">
          <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.-ctor.html#C1_C1Preview_ActionHandlerFileSave__ctor_System_String_C1_C1Preview_Export_ExportProvider_">ActionHandlerFileSave(string, ExportProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.html">ActionHandlerFileSave</a> class,
assigning the <a class="xref" href="C1.C1Preview.ActionHandlerFile.FileName.html#C1_C1Preview_ActionHandlerFile_FileName">FileName</a> and <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.ExportProvider.html#C1_C1Preview_ActionHandlerFileSave_ExportProvider">ExportProvider</a> properties.</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="C1_C1Preview_ActionHandlerFileSave_ExportProvider" data-uid="C1.C1Preview.ActionHandlerFileSave.ExportProvider">
          <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.ExportProvider.html#C1_C1Preview_ActionHandlerFileSave_ExportProvider">ExportProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.Export.ExportProvider.html">ExportProvider</a> that will be used
to save or export the document.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.ActionHandlerFile.html">ActionHandlerFile</a></div>
      <div><a class="xref" href="C1.C1Preview.ActionHandlerFileOpen.html">ActionHandlerFileOpen</a></div>
  </div>

</div>
