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

Syntax

C#
public float WriteSelectedRows(
	int colStart,
	int colEnd,
	int rowStart,
	int rowEnd,
	float xPos,
	float yPos,
	PdfContentByte[] canvases
)
Visual Basic
Public Function WriteSelectedRows ( _
	colStart As Integer, _
	colEnd As Integer, _
	rowStart As Integer, _
	rowEnd As Integer, _
	xPos As Single, _
	yPos As Single, _
	canvases As PdfContentByte() _
) As Single
Visual C++
public:
float WriteSelectedRows(
	int colStart, 
	int colEnd, 
	int rowStart, 
	int rowEnd, 
	float xPos, 
	float yPos, 
	array<PdfContentByte^>^ canvases
)

Parameters

colStart
Type: System..::..Int32
colEnd
Type: System..::..Int32
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