Search Results for

    Show / Hide Table of Contents

    Interface ITwainDocumentViewer

    Must be implemented for all twain document viewer

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

    Methods

    | Improve this Doc View Source

    LoadDocument(Byte[], TwainDocumentFormat, ImageChangeTypes)

    Show document / load into viewer

    Declaration
    void LoadDocument(byte[] document, TwainDocumentFormat format, ImageChangeTypes changeType)
    Parameters
    Type Name Description
    System.Byte[] document

    Document infromation as a byte array

    TwainDocumentFormat format

    Format of the document

    ImageChangeTypes changeType

    type of changes since last load

    Events

    | Improve this Doc View Source

    ViewerLoaded

    Viewer was loaded and is ready for "data manipulation"

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