Class TwainSourceProfileModel
Model containing scanner source and profile information
Inheritance
System.Object
TwainSourceProfileModel
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 TwainSourceProfileModel
Properties
| Improve this Doc View SourceDisplayName
Displayname of the source
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
Profile
Required scan profile
Declaration
public TwainSourceProfile Profile { get; set; }
Property Value
Type | Description |
---|---|
TwainSourceProfile |