An NDoc Documented Class Library

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

Method that adds a line to the page object

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

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

See Also

pdfPersistentPage Class | sharpPDF Namespace | pdfPersistentPage.drawLine Overload List