Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
void CellLayout(
	PdfPCell cell,
	Rectangle position,
	PdfContentByte[] canvases
)
Visual Basic
Sub CellLayout ( _
	cell As PdfPCell, _
	position As Rectangle, _
	canvases As PdfContentByte() _
)
Visual C++
void CellLayout(
	PdfPCell^ cell, 
	Rectangle^ position, 
	array<PdfContentByte^>^ canvases
)

See Also