Prints the given picture on a printer.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
C# |
---|
[DefaultMethodAttribute] public static void Print( Image image ) |
Parameters
- image
- Type: System.Drawing..::.Image
An Image.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | image is nullNothingnullptra null reference (Nothing in Visual Basic). |