| SourceGetCap Method (Int32) | 
            Gets the capability of 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)
Syntaxpublic Capability GetCap(
	int capCode
)
Public Function GetCap ( 
	capCode As Integer
) As Capability
public:
Capability^ GetCap(
	int capCode
)
member GetCap : 
        capCode : int -> Capability 
Parameters
- capCode
 - Type: SystemInt32
 
Return Value
Type: 
Capabilitythe capability of the given code or null if not found.
See Also