PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawLine Method (Double, Double, Double, Double, PdfTableBorderStyle) |
Draw border line
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void DrawLine( double X1, double Y1, double X2, double Y2, PdfTableBorderStyle BorderStyle )
Parameters
- X1
- Type: SystemDouble
Point 1 X - Y1
- Type: SystemDouble
Point 1 Y - X2
- Type: SystemDouble
Point 2 X - Y2
- Type: SystemDouble
Point 2 X - BorderStyle
- Type: PdfFileWriterPdfTableBorderStyle
PdfTableBorderStyle
