# FarPoint.Win.Spread.IPdfPrintableRule

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_IPdfPrintableRule" data-uid="FarPoint.Win.Spread.IPdfPrintableRule" class="text-break">IPdfPrintableRule Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the conditional formatting rule that is used for painting to PDF before the text is painted.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_IPdfPrintableRule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPdfPrintableRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPdfPrintableRule
    Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable</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="FarPoint_Win_Spread_IPdfPrintableRule_CanPrint" data-uid="FarPoint.Win.Spread.IPdfPrintableRule.CanPrint">
          <a class="xref" href="FarPoint.Win.Spread.IPdfPrintableRule.CanPrint.html#FarPoint_Win_Spread_IPdfPrintableRule_CanPrint">CanPrint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether this rule can print directly to PDF graphics.</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="FarPoint_Win_Spread_IPdfPrintableRule_PaintCell_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_" data-uid="FarPoint.Win.Spread.IPdfPrintableRule.PaintCell(FarPoint.PDF.PdfGraphics,System.Drawing.RectangleF,FarPoint.Win.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.IPdfPrintableRule.PaintCell.html#FarPoint_Win_Spread_IPdfPrintableRule_PaintCell_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_">PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell when not in edit mode to PDF graphics with the specified appearance settings if the conditional format rule is satisfied.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
