Click or drag to resize
SourceGetCap Method (String)

» Asprise Scan Home · Developer's Guide

Gets the capability of the given name.

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 Capability GetCap(
	string capName
)

Parameters

capName
Type: SystemString
The cap name

Return Value

Type: Capability
the capability of the given name or null if not found.
See Also