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

Syntax

C#
public float WriteSelectedRows(
	int rowStart,
	int rowEnd,
	float xPos,
	float yPos,
	PdfContentByte canvas
)
Visual Basic
Public Function WriteSelectedRows ( _
	rowStart As Integer, _
	rowEnd As Integer, _
	xPos As Single, _
	yPos As Single, _
	canvas As PdfContentByte _
) As Single
Visual C++
public:
float WriteSelectedRows(
	int rowStart, 
	int rowEnd, 
	float xPos, 
	float yPos, 
	PdfContentByte^ canvas
)

See Also