Method | Description | |
---|---|---|
ApplyGradientBackground ( RowType pdfRowType, PdfRpt.Core.Contracts.CellSharedData sharedData, |
Draws a rectangular gradient background color.
|
|
DrawGradientBackground ( this position, |
Draws a rectangular gradient background color.
|
public static ApplyGradientBackground ( RowType pdfRowType, PdfRpt.Core.Contracts.CellSharedData sharedData, |
||
pdfRowType | RowType | Main table's row types |
sharedData | PdfRpt.Core.Contracts.CellSharedData | PdfCells Shared Data |
position | The coordinates of the cell | |
canvases | An array of PdfContentByte to add text or graphics | |
return | void |
public static DrawGradientBackground ( this position, |
||
position | this | The coordinates of the cell |
canvases | An array of PdfContentByte to add text or graphics | |
startColor | Gradient's Start Color | |
endColor | Gradient's End Color | |
return | void |