ReportPrintPageLine(String, Double, Double) 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 void PrintPageLine(
	string line,
	double left,
	double top
)

Parameters

line  String
The string contents to be added to current page
left  Double
The horizontal position in inches
top  Double
The vertical position in inches

Return Value

nothing

See Also