Метод | Описание | |
---|---|---|
CellRendered ( |
This method is called at the end of the cell's rendering.
|
|
ImageFilePathField ( ) : System |
Displaying current cell's data as an Image. It's assumed that this data point to the physical image's path on the disk.
|
|
ImageFilePathField ( string defaultImageFilePath, bool fitImages, bool cacheImages = true ) : System |
Displaying current cell's data as an Image. It's assumed that this data point to the physical image's path on the disk.
|
|
RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : |
Custom cell's content template as a PdfPCell
|
Метод | Описание | |
---|---|---|
getImage ( PdfRpt.Core.Contracts.CellAttributes attributes ) : Image |
public CellRendered ( |
||
cell | The current cell | |
position | The coordinates of the cell | |
canvases | An array of PdfContentByte to add text or graphics | |
attributes | PdfRpt.Core.Contracts.CellAttributes | Current cell's custom attributes |
Результат | void |
public ImageFilePathField ( string defaultImageFilePath, bool fitImages, bool cacheImages = true ) : System | ||
defaultImageFilePath | string | Default image will be used in case of missing images |
fitImages | bool | Set fitImages to true to fit the image to the cell |
cacheImages | bool | If true, the image bytes will be added to the PDF only once, not per each new instance. Therefore the result won't be a bloated PDF file. Choose this option if there are many similar images in your data source. |
Результат | System |
public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : |
||
attributes | PdfRpt.Core.Contracts.CellAttributes | |
Результат |