Class TwainSourceEditorProfileModel
Model containing all twain profile information
Inheritance
System.Object
TwainSourceEditorProfileModel
Namespace: Simplic.Twain.UI
Assembly: Simplic.Twain.dll
Syntax
public class TwainSourceEditorProfileModel : ViewModelBase
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 current TwainSource
Declaration
public string ProfileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProfileSettings
profile twain driver settings
Declaration
public byte[] ProfileSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |