TheApplication Class |
Scroll |
TheApplication contains a variety of utility methods that do not fit into any specific class.
Namespace: Therefore.API
Visual Basic Public Class TheApplication C# public class TheApplication |
This class does not have any properties. |
Name |
Description |
Sends a command to Thereforeā¢ Capture Client to archive the current batch. |
|
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. |
|
Returns a base 36 representation of the specified document number. |
|
Reads the document number from the base 36 representation. |
|
Overloaded. Starts Thereforeā¢ Navigator if Navigator and opens a query. |
No Member Variables The TheApplication class does not declare any member variables.
Declare Instance Before Usage In a regular C++ or .NET DLL these methods would be declared as non-member or static member functions. Unfortunately the Component Object Model (COM) does not support either concept. Therefore you have to create a new TheApplication instance before using the provided utility methods. |