ResultGetOutputItem Method |
Finds the first output item of the given type.
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 ResultOutputItem GetOutputItem(
string outputType
)
Public Function GetOutputItem (
outputType As String
) As ResultOutputItem
public:
ResultOutputItem^ GetOutputItem(
String^ outputType
)
member GetOutputItem :
outputType : string -> ResultOutputItem
Parameters
- outputType
- Type: SystemString
any of Imaging.OUTPUT_SAVE ...
Return Value
Type:
ResultOutputItemthe first output item of the list sorted by record count descending then format (JPG, PNG, BMP, TIF, PDF).
See Also