PdfContents.DrawLine Method (LineD, Double)

PDF File Writer

PdfContentsDrawLine Method (LineD, Double)

Draw line with given line width

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawLine(
	LineD Line,
	double LineWidth
)

Parameters

Line
Type: PdfFileWriterLineD
Line
LineWidth
Type: SystemDouble
Line width
See Also