Click or drag to resize
AspriseImaging Methods

» Asprise Scan Home · Developer's Guide

The AspriseImaging type exposes the following members.

Methods
  NameDescription
Public methodStatic memberaddToSystemPath
Adds the given directory to the PATH variable.
Public methodStatic memberCallFunc
Invokes a function
Public methodStatic memberconfigureNativeLogging
Configure logging settings.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic membergetDll
Finds the asprise_imaging dll in system path or from bundle and return the path to the dll.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic membergetImgDllName
The simple name of the imaging dll file.
Public methodStatic memberGetLibraryBuildInfo
Build info such as date.
Public methodStatic memberGetLibraryVersion
The library version.
Public methodGetSource
Retrieve the source info optionally with caps.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic membergetWindowHandle
Public methodStatic memberInputLicense
Input the license code
Public methodStatic memberisEmpty
return true if the given string is null or of lenght 0.
Public methodScan(String, String, Boolean, Boolean)
Performs scanning from a device and output (return, save, and/or upload).
Public methodScan(Request, String, Boolean, Boolean)
Performs scanning from a device and output (return, save, and/or upload).
Public methodScanAndReturnRaw
Performs scanning from a device and output result in JSON.
Public methodscanGetDefaultSourceName
Gets the name of the default source or null if none presents.
Public methodScanListSources
Lists all sources with names only.
Public methodScanListSources(Boolean, String, Boolean, Boolean)
Retrieve list of sources (i.e., devices) optionally with caps; the default source has "default" set to true.
Public methodScanListSourcesWithFullDetails
Retrieve list of sources (i.e., devices) with all capabilities; the default source has "default" set to true.
Public methodScanSelectDefaultSource
Prompts system device selection dialog for the user to select the default device.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also