Click or drag to resize
Request.SetTwainCap Method (Int32, Object, Boolean)

» Asprise Scan Home · Developer's Guide

Set or reset twain capability.

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 Request SetTwainCap(
	int capCode,
	Object value,
	bool reset
)

Parameters

capCode
Type: System.Int32
capCode e.g., TwainConstants#ICAP_PIXELTYPE
value
Type: System.Object
support raw value and twain constant expansion; support fall back values e.g., "TWPT_GRAY,TWPT_BW"
reset
Type: System.Boolean
true to set operation RESET instead of SET.

Return Value

Type: Request
See Also