TwainConstantsgetCapName Method |
Gets the name of the cap corresponding to the given code.
Namespace: asprise_imaging_apiAssembly: 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
)
Public Shared Function getCapName (
capCode As Integer
) As String
public:
static String^ getCapName(
int capCode
)
static member getCapName :
capCode : int -> string
Parameters
- capCode
- Type: SystemInt32
e.g., 0x0101
Return Value
Type:
Stringcap name (e.g., ICAP_PIXELTYPE) or null if not found.
See Also