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 SourceLoadDocument(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 SourceViewerLoaded
Viewer was loaded and is ready for "data manipulation"
Declaration
event ViewerLoadedEventHandler ViewerLoaded
Event Type
Type | Description |
---|---|
ViewerLoadedEventHandler |