Prints the given picture on a printer.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static void Print(
	Image image,
	bool center
)

Parameters

image
Type: System.Drawing..::.Image
An Image.
center
Type: System..::.Boolean
Allows the image to be centered.

Exceptions

ExceptionCondition
System..::.ArgumentNullException image is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also