Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Properties | Events | List of all members
SolidFramework.Imaging.Scanners Class Reference

Represents types of Scanners. More...

Inheritance diagram for SolidFramework.Imaging.Scanners:

Public Member Functions

DialogResult ShowOptions (String applicationTitle)
 Shows the options. More...
 
bool Start ()
 Starts this instance.
 
void Close ()
 Closes this instance.
 
void EnableLogging (bool bEnable)
 
void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 

Properties

static Scanners Instance [get]
 Gets the singleton instance.
 
ScanEventResult LastError [get]
 Gets the last error. More...
 
IWin32Window OwnerForm [getset]
 Gets or sets the owner form. More...
 
String OptionsLocation [getset]
 Gets or sets the options location. More...
 
Scanner SelectedScanner [getset]
 Gets or sets the selected scanner. More...
 

Events

EventHandler< ScanEventArgsScanNotification
 Occurs when scan notification.
 

Detailed Description

Represents types of Scanners.

Member Function Documentation

◆ ShowOptions()

DialogResult SolidFramework.Imaging.Scanners.ShowOptions ( String  applicationTitle)

Shows the options.

Parameters
applicationTitleThe application title.
Returns

Property Documentation

◆ LastError

ScanEventResult SolidFramework.Imaging.Scanners.LastError
get

Gets the last error.

The last error.

◆ OptionsLocation

String SolidFramework.Imaging.Scanners.OptionsLocation
getset

Gets or sets the options location.

The options location.

◆ OwnerForm

IWin32Window SolidFramework.Imaging.Scanners.OwnerForm
getset

Gets or sets the owner form.

The owner form.

◆ SelectedScanner

Scanner SolidFramework.Imaging.Scanners.SelectedScanner
getset

Gets or sets the selected scanner.

The selected scanner.