[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IPdfPrintableRule

IPdfPrintableRule Interface

Represents the conditional formatting rule that is used for painting to PDF before the text is painted.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface IPdfPrintableRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Interface IPdfPrintableRule
    Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable

Properties

Name Description
CanPrint

Gets a value that indicates whether this rule can print directly to PDF graphics.

Methods

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.