ResultGetImageFiles Method |
Gets the list of image files acquired through OUTPUT_SAVE
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<string> GetImageFiles()
Public Function GetImageFiles As List(Of String)
public:
List<String^>^ GetImageFiles()
member GetImageFiles : unit -> List<string>
Return Value
Type:
ListStringlist of image files or null if no OUTPUT_SAVE record found.
See Also