[]
Paints (prints) the cell to PDF when not in edit mode.
void PaintCell(PdfGraphics g, RectangleF r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor, ExtraRendererSettings extraRendererSettings)
Sub PaintCell(g As PdfGraphics, r As RectangleF, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single, extraRendererSettings As ExtraRendererSettings)
Type | Name | Description |
---|---|---|
PdfGraphics | g | PDF graphics device interface |
RectangleF | r | Boundary rectangle to paint |
Appearance | appearance | Appearance settings of the cell |
object | value | Value to paint |
bool | isSelected | Whether the cell is selected |
bool | isLocked | Whether the cell is locked |
float | zoomFactor | Numeric value for scaling the painting of the cell |
ExtraRendererSettings | extraRendererSettings | The extra renderer settings. |