Свойство | Type | Description | |
---|---|---|---|
DisplayScannedDocInfo | void | ||
EnsureUploadScanRestClient | RockRestClient | ||
GetImageBytesFromRanger | byte[] | ||
HideUploadWarningPrompts | void | ||
IsDuplicateScan | bool | ||
Page_Loaded | void | ||
ResumeScanning | void | ||
ShowStartupPage | void | ||
ShowUploadStats | void | ||
ShowUploadSuccess | void | ||
ShowUploadWarnings | void | ||
StopScanning | void | ||
UploadScannedItem | void | ||
btnClose_Click | void | ||
btnIgnoreAndUpload_Click | void | ||
btnSkipAndContinue_Click | void | ||
btnStart_Click | void | ||
btnStopScanning_Click | void |
Méthode | Description | |
---|---|---|
ScanningPage ( |
Initializes a new instance of the ScanningPage class.
|
|
ShowException ( |
Shows the exception.
|
|
ShowScannedDocStatusAndUpload ( |
Adds the scanned doc to a history of scanned docs, and shows info and status.
|
|
ShowScannerStatus ( RangerTransportStates xportStates, System statusColor, string statusText ) : void |
Shows the scanner status.
|
|
StartRangerFeedingWhenReady ( object sender, AxRANGERLib e ) : void |
Starts the ranger feeding when ready.
|
|
StartScanning ( ) : void |
Starts the scanning as soon as items are in the hopper
|
|
WriteToDebugLog ( string message ) : void |
Writes the message to a debug log (if DebugLogFilePath is configured in AppSettings)
|
|
micrImage_MicrDataReceived ( object sender, System e ) : void |
Handles the MicrDataReceived event of the micrImage control.
|
|
rangerScanner_TransportFeedingState ( object sender, |
Handles the TransportFeedingState event of the rangerScanner control.
|
|
rangerScanner_TransportFeedingStopped ( object sender, AxRANGERLib e ) : void |
Rangers the scanner_ transport feeding stopped.
|
|
rangerScanner_TransportIsDead ( object sender, |
Handles the TransportIsDead event of the rangerScanner control.
|
|
rangerScanner_TransportNewItem ( object sender, |
Handles the TransportNewItem event of the rangerScanner control.
|
|
rangerScanner_TransportSetItemOutput ( object sender, AxRANGERLib e ) : void |
Rangers the scanner_ transport item in pocket.
|
Méthode | Description | |
---|---|---|
DisplayScannedDocInfo ( |
Displays the scanned document information.
|
|
EnsureUploadScanRestClient ( ) : RockRestClient |
Initializes the RestClient for Uploads and loads any data that is needed for the scan session (if it isn't already initialized)
|
|
GetImageBytesFromRanger ( RangerSides side ) : byte[] |
Gets the doc image.
|
|
HideUploadWarningPrompts ( bool hideWarningMessages = true ) : void |
Hides the warnings messages and prompts
|
|
IsDuplicateScan ( |
Determines whether [is duplicate scan] [the specified scanned document].
|
|
Page_Loaded ( object sender, |
Handles the Loaded event of the Page control.
|
|
ResumeScanning ( ) : void |
Resumes scanning.
|
|
ShowStartupPage ( ) : void |
Shows the startup page.
|
|
ShowUploadStats ( ) : void |
Shows the upload stats.
|
|
ShowUploadSuccess ( ) : void |
Shows the upload success.
|
|
ShowUploadWarnings ( |
Shows the upload warnings.
|
|
StopScanning ( ) : void |
Stops the scanning.
|
|
UploadScannedItem ( |
Uploads the scanned item.
|
|
btnClose_Click ( object sender, |
Handles the Click event of the btnClose control.
|
|
btnIgnoreAndUpload_Click ( object sender, |
Handles the Click event of the btnIgnoreAndUpload control.
|
|
btnSkipAndContinue_Click ( object sender, |
Handles the Click event of the btnSkipAndContinue control.
|
|
btnStart_Click ( object sender, |
Handles the Click event of the btnStart control.
|
|
btnStopScanning_Click ( object sender, |
Handles the Click event of the btnStopScanning control.
|
public ScanningPage ( |
||
value | The value. | |
Résultat | System |
public ShowException ( |
||
ex | The ex. | |
Résultat | void |
public ShowScannedDocStatusAndUpload ( |
||
scannedDocInfo | The scanned check info. | |
Résultat | void |
public ShowScannerStatus ( RangerTransportStates xportStates, System statusColor, string statusText ) : void | ||
xportStates | RangerTransportStates | The xport states. |
statusColor | System | |
statusText | string | |
Résultat | void |
public StartRangerFeedingWhenReady ( object sender, AxRANGERLib e ) : void | ||
sender | object | The sender. |
e | AxRANGERLib | The e. |
Résultat | void |
public WriteToDebugLog ( string message ) : void | ||
message | string | The message. |
Résultat | void |
public micrImage_MicrDataReceived ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
Résultat | void |
public rangerScanner_TransportFeedingState ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
public rangerScanner_TransportFeedingStopped ( object sender, AxRANGERLib e ) : void | ||
sender | object | The sender. |
e | AxRANGERLib | The e. |
Résultat | void |
public rangerScanner_TransportIsDead ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
public rangerScanner_TransportNewItem ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
public rangerScanner_TransportSetItemOutput ( object sender, AxRANGERLib e ) : void | ||
sender | object | The sender. |
e | AxRANGERLib | The e. |
Résultat | void |