ReportPrintLine(Double, Double, Brush, Boolean) Method

Add a line to the page at the CurrentHeight then advance a line

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public bool PrintLine(
	double x1,
	double x2,
	Brush lineColor = null,
	bool linefeed = true
)

Parameters

x1  Double
left starting position in characters
x2  Double
right ending position in characters
lineColor  Brush  (Optional)
Color of line
linefeed  Boolean  (Optional)
 

Return Value

Boolean

See Also