Search Results for

    Show / Hide Table of Contents

    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 Source

    OrderNr

    Order number

    Declaration
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ProfileId

    Unique ID of the profile

    Declaration
    public Guid ProfileId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ProfileName

    Name of the current TwainSource

    Declaration
    public string ProfileName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ProfileSettings

    profile twain driver settings

    Declaration
    public byte[] ProfileSettings { get; set; }
    Property Value
    Type Description
    System.Byte[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx