Click or drag to resize

TwainResolutionToString Method (String)

Returns a formatted string representing the resolution.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string ToString(
	string format
)

Parameters

format
Type: SystemString
The format for the resolution. See remarks below.

Return Value

Type: String
The formatted resolution string.
Remarks

The format string can contain the following values:

{x} - This will be replaced by the resolution X value.

{y} - This will be replaced by the resolution Y value.

{u} - This will be replaced by the resolution units value.

See Also