Click or drag to resize
RequestSetTwainCap Method (Int32, Object)

» Asprise Scan Home · Developer's Guide

Set 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
)

Parameters

capCode
Type: SystemInt32
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"

Return Value

Type: Request
See Also