[Obsolete] Represents Event Data as published by the Feenics Keep Signature Pad for iOS (or similar applications)
This is how an image taken by a web camera is stored during the event of capturing it.
ImageCapturedEventData
Field | Type | Inherited from | Description |
---|---|---|---|
Device | String | ImageCapturedEventData | Gets or sets the device. |
ImageData | Byte[] | ImageCapturedEventData | Gets or sets the image data. |
{
"Device" : "String",
"ImageData" : "Byte[]"
}