ReportPrintImage Method

Prints a Contorls.Image at specified location on Page

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public void PrintImage(
	Image img,
	double x1,
	double y1,
	bool linefeed = false
)

Parameters

img  Image
The image to print
x1  Double
Horizontal location
y1  Double
Verticle location
linefeed  Boolean  (Optional)

See Also