Source Class |
Namespace: asprise_imaging_api
The Source type exposes the following members.
Name | Description | |
---|---|---|
Source(String) | Initializes a new instance of the Source class | |
Source(XElement) | Initializes a new instance of the Source class |
Name | Description | |
---|---|---|
createSourceList |
Creates a list of Sources from the given JSON.
| |
Equals | (Inherited from Object.) | |
GetCap(Int32) |
Gets the capability of the given code.
| |
GetCap(String) |
Gets the capability of the given name.
| |
GetCaps |
Gets all capabilities
| |
GetDefaultSource |
Returns the first source marked as default in the first or null if not found.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSourceByName |
Returns the source object with given name or null if not found.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasFeeder |
Whether this device has a feeder
| |
HasFlatbed |
Whether this device has a flatbed
| |
IsDefault |
Whether the source is the default source.
| |
ToString | (Overrides ObjectToString.) | |
xmlAttrAsInt |
Reads XML attribute and returns its int value.
|
Name | Description | |
---|---|---|
caps | ||
Id |
Id of the scanner.
| |
Manufacturer |
Device manufacturer.
| |
ProductFamily |
Device product family.
| |
ProductName |
Device product name - the identifier.
| |
ProtocolMajor |
Twain protocol major version
| |
ProtocolMinor |
Twain protocol minor version
| |
SupportedGroups |
Twain supported groups
|