Search Results for

    Show / Hide Table of Contents

    Class ScanEventArgs

    Scan settings event args

    Inheritance
    System.Object
    System.EventArgs
    ScanEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 ScanEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    AppendToExistingDocument

    Defines whether to create a new document or append to an existing

    Declaration
    public bool AppendToExistingDocument { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SourceProfile

    Gets or sets the source which should be used for Scaning

    Declaration
    public TwainSourceProfile SourceProfile { get; set; }
    Property Value
    Type Description
    TwainSourceProfile
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx