API
Version 4.10 of the Signature SDK for Windows features an updated component implementing a set of objects & interfaces for signature capture. This document provides the information a developer needs to implement these objects & interfaces.
New Components
| Component | Type | Description |
|---|---|---|
| CaptureWindow | coclass | CaptureWindow |
| Hash | coclass | Hash |
| SignatureCapture | coclass | SignatureCapture |
| _ICaptureWindowEvents | dispinterface | _ICaptureWindowEvents |
| _ISignatureDeviceListEvents | dispinterface | _ISignatureDeviceListEvents |
| ButtonId | enum | ButtonId |
| CaptureResult | enum | CaptureResult |
| DeviceType | enum | DeviceType |
| EncryptionType | enum | EncryptionType |
| ErrorType | enum | ErrorType |
| LicenseStatus | enum | LicenseStatus |
| SignatureStorageType | enum | SignatureStorageType |
| ICaptureWindow | interface | ICaptureWindow |
| IConfiguration | interface | IConfiguration |
| ILicense | interface | ILicense |
| IHash | interface | IHash |
| ISignatureCapture | interface | ISignatureCapture |
| ISignatureDevice | interface | ISignatureDevice |
| ISignatureDeviceList | interface | ISignatureDeviceList |