| ResultImageItemGetCap Method  | 
            Retrieves the value of the given cap.
            
 
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 Object GetCap(
	int capCode
)
Public Function GetCap ( 
	capCode As Integer
) As Object
public:
Object^ GetCap(
	int capCode
)
member GetCap : 
        capCode : int -> Object 
Parameters
- capCode
 - Type: SystemInt32
 
Return Value
Type: 
Objectthe cap value or null if cap hasn't been retrieved.
See Also