Class: ShowSignatureCaptureResponse

timapi.ShowSignatureCaptureResponse

Contains the result of a show signature capture request finished after calling timapi.Terminal#showSignatureCaptureAsync.

Overview

Members-Overview

Methods-Overview

Member-List

imageData :Uint8Array

Image data.

imageFileFormat :timapi.constants.ImageFileFormat

Image file format of image data.

imageHeight :Number

Image height in pixels.

imageWidth :Number

Image width in pixels.

reason :timapi.constants.Reason

Reason for closing dialog.

Methods

toString() → {String}

String representation for debugging purpose.
Returns:
String representation

Type: String