Initializes a new instance of the PdfPRow class

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

Syntax

C#
public PdfPRow(
	PdfPRow row
)
Visual Basic
Public Sub New ( _
	row As PdfPRow _
)
Visual C++
public:
PdfPRow(
	PdfPRow^ row
)

See Also