[]
Paints (prints) to PDF when the cell is not in edit mode.
void PaintCell(PdfGraphics g, RectangleF r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
Sub PaintCell(g As PdfGraphics, r As RectangleF, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single)
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 |