Search Results for

    Show / Hide Table of Contents

    Interface ITwainInterface

    Interface which abstracts the simplic twain api. All Twain-provider (like GdPicture) must implement this interface

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Simplic.Twain
    Assembly: Simplic.Twain.dll
    Syntax
    public interface ITwainInterface : IDisposable

    Methods

    | Improve this Doc View Source

    Initialize()

    Initialize the twain interface

    Declaration
    void Initialize()
    | Improve this Doc View Source

    Scan(TwainSourceProfile)

    Scan simple tiff and use TwainSource for Scaner detection and settings

    Declaration
    void Scan(TwainSourceProfile sourceProfile)
    Parameters
    Type Name Description
    TwainSourceProfile sourceProfile

    Events

    | Improve this Doc View Source

    Completed

    Declaration
    event CompletedEventHandler Completed
    Event Type
    Type Description
    CompletedEventHandler
    | Improve this Doc View Source

    DataTransferred

    Declaration
    event DataTransferredEventHandler DataTransferred
    Event Type
    Type Description
    DataTransferredEventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx