ReportPrintPageLine(String, Font, Boolean) Method

Adds a line to the current page applying a font

Definition

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

Parameters

line  String
The string contents to be added to current page
fnt  Font
A font object to be applied to the line
linefeed  Boolean  (Optional)
 

Return Value

Boolean

See Also