Search Results for

    Show / Hide Table of Contents

    Class PageScanningEventArgs

    Contains the information about a new scanning process

    Inheritance
    System.Object
    System.EventArgs
    PageScanningEventArgs
    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 PageScanningEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    PageScanningEventArgs(Boolean, Boolean)

    Declaration
    public PageScanningEventArgs(bool isInAppendMode, bool hasScannedPages)
    Parameters
    Type Name Description
    System.Boolean isInAppendMode
    System.Boolean hasScannedPages

    Properties

    | Improve this Doc View Source

    HasScannedPages

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

    IsCanceled

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

    IsInAppendMode

    Declaration
    public bool IsInAppendMode { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx