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