Click or drag to resize
RequestSetTwainCap 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: SystemInt32
capCode e.g., TwainConstants#ICAP_PIXELTYPE
value
Type: SystemObject
support raw value and twain constant expansion; support fall back values e.g., "TWPT_GRAY,TWPT_BW"
reset
Type: SystemBoolean
true to set operation RESET instead of SET.

Return Value

Type: Request
See Also