Overview
Members-Overview
|
:timapi.Color |
|
:Array.<timapi.constants.BrandBarBrand> |
|
:timapi.constants.BrandMode |
|
:timapi.constants.ImageFileFormat |
|
:Number |
|
:Number |
|
:String |
|
:timapi.constants.ResourceId |
|
:timapi.Color |
|
:timapi.constants.Theme |
|
:Number |
|
:timapi.constants.Color |
|
:Array.<String> |
Methods-Overview
- copy(showSignatureCaptureRequest) → {timapi.ShowSignatureCaptureRequest}
- toString() → {String}
Constructor
new ShowSignatureCaptureRequest()
Create empty show signature capture request
Member-List
backgroundColor :timapi.Color
Background color.
- Default Value:
- White -> ( new timapi.Color(255,255,255) )
brandBar :Array.<timapi.constants.BrandBarBrand>
Brand bar. Used if brand mode is timapi.constants.BrandMode.selected.
watermarkColor :timapi.constants.Color
Watermark color.
- Default Value:
- Black -> ( new timapi.Color(0,0,0) )
Methods
(static) copy(showSignatureCaptureRequest) → {timapi.ShowSignatureCaptureRequest}
Creates a copy of a timapi.ShowSignatureCaptureRequest object.
Parameters:
Name | Type | Description |
---|---|---|
showSignatureCaptureRequest |
timapi.ShowSignatureCaptureRequest | Original |
Returns:
Copy of original
toString() → {String}
String representation for debugging purpose.
Returns:
String representation
Type: String