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 void WriteBorderAndBackground( float xPos, float yPos, float currentMaxHeight, PdfPCell cell, PdfContentByte[] canvases ) |
Visual Basic |
---|
Public Sub WriteBorderAndBackground ( _ xPos As Single, _ yPos As Single, _ currentMaxHeight As Single, _ cell As PdfPCell, _ canvases As PdfContentByte() _ ) |
Visual C++ |
---|
public: void WriteBorderAndBackground( float xPos, float yPos, float currentMaxHeight, PdfPCell^ cell, array<PdfContentByte^>^ canvases ) |
Parameters
- xPos
- Type: System..::..Single
- yPos
- Type: System..::..Single
- currentMaxHeight
- Type: System..::..Single
- cell
- Type: iTextSharp.text.pdf..::..PdfPCell
- canvases
- Type: array<iTextSharp.text.pdf..::..PdfContentByte>[]()[][]