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[] canvases
)
Visual Basic
Public Function WriteSelectedRows ( _
	rowStart As Integer, _
	rowEnd As Integer, _
	xPos As Single, _
	yPos As Single, _
	canvases As PdfContentByte() _
) As Single
Visual C++
public:
float WriteSelectedRows(
	int rowStart, 
	int rowEnd, 
	float xPos, 
	float yPos, 
	array<PdfContentByte^>^ canvases
)

Parameters

rowStart
Type: System..::..Int32
rowEnd
Type: System..::..Int32
xPos
Type: System..::..Single
yPos
Type: System..::..Single
canvases
Type: array<iTextSharp.text.pdf..::..PdfContentByte>[]()[][]

See Also