ReportPrintPageLine(String, Boolean) Method

Adds a line to the current fixed page

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public bool PrintPageLine(
	string line = "",
	bool linefeed = true
)

Parameters

line  String  (Optional)
The string contents to be added to current page
linefeed  Boolean  (Optional)
 

Return Value

Boolean
true if maximum lines have been reached

See Also