Click or drag to resize
TwainConstantsgetCapName Method

» Asprise Scan Home · Developer's Guide

Gets the name of the cap corresponding to the given code.

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 static string getCapName(
	int capCode
)

Parameters

capCode
Type: SystemInt32
e.g., 0x0101

Return Value

Type: String
cap name (e.g., ICAP_PIXELTYPE) or null if not found.
See Also