Click or drag to resize
ScanUtilsdisplayImageOnForm Method

» Asprise Scan Home · Developer's Guide

Returns a newly created form with control displaying the given image.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Form displayImageOnForm(
	Image img,
	Control owner,
	bool zoomed
)

Parameters

img
Type: System.DrawingImage
owner
Type: System.Windows.FormsControl
zoomed
Type: SystemBoolean

Return Value

Type: Form
See Also