[]
        
Represents the conditional formatting rule that is used for painting to PDF before the text is painted.
public interface IPdfPrintableRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneablePublic Interface IPdfPrintableRule
    Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable| Name | Description | 
|---|---|
| CanPrint | Gets a value that indicates whether this rule can print directly to PDF graphics. | 
| Name | Description | 
|---|---|
| PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float) | Paints the cell when not in edit mode to PDF graphics with the specified appearance settings if the conditional format rule is satisfied. |