Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
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 ) |
Parameters
- rowStart
- Type: System..::..Int32
- rowEnd
- Type: System..::..Int32
- xPos
- Type: System..::..Single
- yPos
- Type: System..::..Single
- canvas
- Type: iTextSharp.text.pdf..::..PdfContentByte