Namespace: iTextSharp.text.pdf.events
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public void CellLayout( PdfPCell cell, Rectangle position, PdfContentByte[] canvases )  | 
| Visual Basic | 
|---|
Public Sub CellLayout ( _ cell As PdfPCell, _ position As Rectangle, _ canvases As PdfContentByte() _ )  | 
| Visual C++ | 
|---|
public: virtual void CellLayout( PdfPCell^ cell, Rectangle^ position, array<PdfContentByte^>^ canvases ) sealed  | 
Parameters
- cell
 - Type: iTextSharp.text.pdf..::..PdfPCell
 
- position
 - Type: iTextSharp.text..::..Rectangle
 
- canvases
 - Type: array<iTextSharp.text.pdf..::..PdfContentByte>[]()[][]