ReportPrintPageLine(String, Brush, Boolean) Method

Takes an array of string values that can, optionally, contain tab values in the forms of "tab(n)" to precisely position the next value in the array.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public bool PrintPageLine(
	string[] lines,
	Brush color,
	bool linefeed = true
)

Parameters

lines  String
color  Brush
 
linefeed  Boolean  (Optional)
 

Return Value

Boolean
True if MaxPageHeight has been reached

See Also