Initializes a new instance of the PdfCell class

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

Syntax

C#
public PdfCell(
	Cell cell,
	int rownumber,
	float left,
	float right,
	float top,
	float cellspacing,
	float cellpadding
)
Visual Basic
Public Sub New ( _
	cell As Cell, _
	rownumber As Integer, _
	left As Single, _
	right As Single, _
	top As Single, _
	cellspacing As Single, _
	cellpadding As Single _
)
Visual C++
public:
PdfCell(
	Cell^ cell, 
	int rownumber, 
	float left, 
	float right, 
	float top, 
	float cellspacing, 
	float cellpadding
)

Parameters

cell
Type: iTextSharp.text..::..Cell
rownumber
Type: System..::..Int32
left
Type: System..::..Single
right
Type: System..::..Single
top
Type: System..::..Single
cellspacing
Type: System..::..Single
cellpadding
Type: System..::..Single

See Also