Class TwainSource
Contains all configurations for a single Twain-Source
Inheritance
System.Object
TwainSource
Implements
System.ComponentModel.INotifyPropertyChanged
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 TwainSource : INotifyPropertyChanged
Constructors
| Improve this Doc View SourceTwainSource()
Create Twain-Source
Declaration
public TwainSource()
Properties
| Improve this Doc View SourceDefaultProfile
Default profile for the current source
Declaration
public TwainSourceProfile DefaultProfile { get; set; }
Property Value
Type | Description |
---|---|
TwainSourceProfile |
Name
Name of the current source
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Profiles
Get or set a list of profiles
Declaration
public IList<TwainSourceProfile> Profiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TwainSourceProfile> |
Events
| Improve this Doc View SourcePropertyChanged
Property changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged