[]
Draws the background image to PDF.
protected RectangleF DrawBackgroundImage(PdfGraphics g, RectangleF r, Appearance appearance, bool isLocked)
Protected Function DrawBackgroundImage(g As PdfGraphics, r As RectangleF, appearance As Appearance, isLocked As Boolean) As RectangleF
Type | Name | Description |
---|---|---|
PdfGraphics | g | PDF graphics device |
RectangleF | r | Rectangle boundary of the cell to print |
Appearance | appearance | Appearance settings |
bool | isLocked | Whether the cell is marked as locked |
Type | Description |
---|---|
RectangleF | return true to stop painting text later |