| RequestOutputItem Constructor (String, String) | 
            Constructor.
            
 
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 RequestOutputItem(
	string type,
	string format
)
Public Sub New ( 
	type As String,
	format As String
)
public:
RequestOutputItem(
	String^ type, 
	String^ format
)
new : 
        type : string * 
        format : string -> RequestOutputItemParameters
- type
 - Type: SystemString
Any of AspriseImaging.OUTPUT_SAVE - format
 - Type: SystemString
Any of AspriseImaging.FORMAT_JPG 
See Also