Initializes a new instance of the RtfRow class

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

Collapse imageSyntax

C#
protected internal RtfRow(
	RtfDocument doc,
	RtfTable rtfTable,
	PdfPRow row,
	int rowNumber
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument, _
	rtfTable As RtfTable, _
	row As PdfPRow, _
	rowNumber As Integer _
)
Visual C++
protected public:
RtfRow(
	RtfDocument^ doc, 
	RtfTable^ rtfTable, 
	PdfPRow^ row, 
	int rowNumber
)

Collapse imageSee Also