An NDoc Documented Class Library

pdfPage.drawLine Method (Int32, Int32, Int32, Int32, predefinedLineStyle, Int32)

Method that adds a line to the page object

public void drawLine(
   int X,
   int Y,
   int X1,
   int Y1,
   predefinedLineStyle lineStyle,
   int lineWidth
);

Parameters

X
X position of the line in the page
Y
Y position of the line in the page
X1
X1 position of the line in the page
Y1
Y1 position of the line in the page
lineStyle
Line's style
lineWidth
Line's size

See Also

pdfPage Class | sharpPDF Namespace | pdfPage.drawLine Overload List