![]() |
|
SignDoc SDK (.NET with exceptions)
5.0.0
|
Parameters for SignDocSignatureData.matchSignature(), SignDocSignatureData.matchReference(), SignDocImage.matchSignature(), and SignDocImage.matchReference(). More...
Public Member Functions | |
| ~SignDocMatchParameters () | |
| Destructor. More... | |
| !SignDocMatchParameters () | |
| Finalizer. More... | |
| SignDocMatchParameters () | |
| Constructor. More... | |
| SignDocMatchParameters (SignDocMatchParameters aSource) | |
| Copy constructor. More... | |
| void | clear () |
| Unset all parameters. More... | |
| void | setBoolean (string aName, bool aValue) |
| Set a boolean parameter. More... | |
| void | setInteger (string aName, int aValue) |
| Set an integer parameter. More... | |
| bool? | getBoolean (string aName) |
| Get the value of a boolean parameter. More... | |
| int? | getInteger (string aName) |
| Get the value of an integer parameter. More... | |
| string | getErrorMessage () |
| Get an error message for the last function call. More... | |
Static Public Member Functions | |
| static MatchParameterType | getType (string aName) |
| Get the type of a parameter. More... | |
Parameters for SignDocSignatureData.matchSignature(), SignDocSignatureData.matchReference(), SignDocImage.matchSignature(), and SignDocImage.matchReference().
Destructor.
Finalizer.
Constructor.
No parameters will be set except for integer parameter "%Flags" (which will be zero) and the boolean parameters derived from that parameter.
| SignDocMatchParameters | ( | SignDocMatchParameters | aSource | ) |
Copy constructor.
| [in] | aSource | The object to be copied. |
| void clear | ( | ) |
Unset all parameters.
After calling this function no parameters will be set except for integer parameter "%Flags" (which will be zero) and the boolean parameters derived from that parameter.
| bool? getBoolean | ( | string | aName | ) |
Get the value of a boolean parameter.
This function does not set an error message.
| [in] | aName | The name of the parameter (case-sensitive). |
| string getErrorMessage | ( | ) |
Get an error message for the last function call.
| int? getInteger | ( | string | aName | ) |
Get the value of an integer parameter.
This function does not set an error message.
| [in] | aName | The name of the parameter (case-sensitive). |
|
static |
Get the type of a parameter.
| [in] | aName | The name of the parameter (case-sensitive). |
| void setBoolean | ( | string | aName, |
| bool | aValue | ||
| ) |
Set a boolean parameter.
The following boolean parameters are available:
These boolean parameters allow controlling individual bits in integer parameter "%Flags". Initially, all boolean parameters have value false.
| [in] | aName | The name of the parameter (case-sensitive). |
| [in] | aValue | The value of the parameter. |
| void setInteger | ( | string | aName, |
| int | aValue | ||
| ) |
Set an integer parameter.
The following integer parameters are available:
| [in] | aName | The name of the parameter (case-sensitive). |
| [in] | aValue | The value of the parameter. |