DynamicCapture
This class provides the signature capture functionality.
Full qualification: com.florentis.signature.DynamicCapture
Summary
Methods
capture
This method calls signature capture.
| public static native int capture(SigCtl sigCtl, String who, String why, Hash what, Key key) |
|---|
| Parameters |
|---|
| sigCtl | Required SigCtl |
| who | Required signatory name |
| why | Required reason for signing |
| what | Optional Hash object (may be null) |
| key | Optional Key object (may be null) |
| Return Value |
|---|
int dynamicCaptReturn |
| 0 | Signature captured successfully. |
| 1 | Signature not captured because user cancelled |
| 100 | No capture service available |
| 101 | Pad Error |
| 200 | Error - unable to parse document contents |
close
This method "Closes" the object, releasing the underlying COM object (and thus freeing resources).
| public native void close() |
|---|
| Parameters |
|---|
| None |
| Return Value |
|---|
| None |
Properties
| Property | Property Type | Description |
|---|
licence | String | The read/write property contains a licence string |