Class TwainSourceControllerModel
Model containing information about source models for controller in this TwainScanControllerControl
Inheritance
System.Object
TwainSourceControllerModel
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.UI
Assembly: Simplic.Twain.dll
Syntax
public class TwainSourceControllerModel
Constructors
| Improve this Doc View SourceTwainSourceControllerModel()
Create models
Declaration
public TwainSourceControllerModel()
Properties
| Improve this Doc View SourceScanSourceProfiles
List with all available source profiles
Declaration
public IList<TwainSourceProfileModel> ScanSourceProfiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TwainSourceProfileModel> |
SelectedProfile
Currently selected profile
Declaration
public TwainSourceProfileModel SelectedProfile { get; set; }
Property Value
Type | Description |
---|---|
TwainSourceProfileModel |