CaptureScan.1 |
Scroll |
Starts Thereforeā¢ Capture Client if it is not running; scans a page or batch of paper and sets the index data of the new document.
Namespace: Therefore.API
Visual Basic Public Overridable Function CaptureScan ( _ pIndexData As TheIndexData, _ nProfileNo As Integer, _ nFlags As TheCaptureScanFlags, _ hwndNotify As Integer _ ) C# public virtual void CaptureScan ( TheIndexData pIndexData, int nProfileNo, TheCaptureScanFlags nFlags, int hwndNotify )
Parameters pIndexData TheIndexData containing at least a valid category number.
nProfileNo The number of the profile to be used for scanning. If nProfileNo = 0 the current profile is used.
nFlags Flags for the scanning process.
hwndNotify Window handle that will receive notification messages from the Capture Client.
Return Value None. |
|