Click or drag to resize

TwainResolution Constructor (Single, Single, UnitType)

Creates a new instance of TwainResolution specifying x, y and units.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainResolution(
	float x,
	float y,
	UnitType units
)

Parameters

x
Type: SystemSingle
The horizontal resolution.
y
Type: SystemSingle
The vertical resolution.
units
Type: Atalasoft.TwainUnitType
The units of measure used for the x, y values.
See Also