Class TwainSourceProfile
Contains the configuration for a twain profile
Inheritance
System.Object
TwainSourceProfile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Twain
Assembly: Simplic.Twain.dll
Syntax
public class TwainSourceProfile
Constructors
| Improve this Doc View SourceTwainSourceProfile(TwainSource)
Create source profile
Declaration
public TwainSourceProfile(TwainSource source)
Parameters
Type | Name | Description |
---|---|---|
TwainSource | source | Instance of the parent source |
Properties
| Improve this Doc View SourceOrderNr
Order number
Declaration
public int OrderNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProfileId
Unique ID of the profile
Declaration
public Guid ProfileId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ProfileName
Name of the profile, will be displayed in the UI
Declaration
public string ProfileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Settings
Configuration of the TWAIN interface, will be used by the Twain provider/developer
Declaration
public byte[] Settings { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Source
Source grid information
Declaration
public TwainSource Source { get; }
Property Value
Type | Description |
---|---|
TwainSource |