ReportPrintPageLine(String, Double, Double, Font, Boolean) Method

Adds a line of text at a precise position

Definition

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

Parameters

line  String
The string contents to be added to current page
left  Double
The horizontal position by line number
top  Double
The vertical position in characters
fnt  Font
A font object to be applied to the line
linefeed  Boolean  (Optional)
 

Return Value

Boolean
Always true

See Also