Namespace: iTextSharp.text.pdf.draw
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void DrawLine( PdfContentByte canvas, float leftX, float rightX, float y ) |
Visual Basic |
---|
Public Sub DrawLine ( _ canvas As PdfContentByte, _ leftX As Single, _ rightX As Single, _ y As Single _ ) |
Visual C++ |
---|
public: void DrawLine( PdfContentByte^ canvas, float leftX, float rightX, float y ) |
Parameters
- canvas
- Type: iTextSharp.text.pdf..::..PdfContentByte
- leftX
- Type: System..::..Single
- rightX
- Type: System..::..Single
- y
- Type: System..::..Single