new Signature()
- Source:
Methods
(static) Signature#getHeight() → {Number}
    Get the field value
The pixel height of the signature
- Source:
Returns:
    must be an integer
- Type
- Number
(static) Signature#getStrokes() → {Array.<base.Points>}
    Get the field value
A series of strokes representing a signature
- Source:
Returns:
    An array of
- Type
- Array.<base.Points>
(static) Signature#getWidth() → {Number}
    Get the field value
The pixel width of the signature
- Source:
Returns:
    must be an integer
- Type
- Number
(static) Signature#setHeight(height)
    Set the field value
The pixel height of the signature
    Parameters:
| Name | Type | Description | 
|---|---|---|
| height | Number | must be an integer | 
- Source:
(static) Signature#setStrokes(strokes)
    Set the field value
A series of strokes representing a signature
    Parameters:
| Name | Type | Description | 
|---|---|---|
| strokes | Array.<base.Points> | An array of | 
- Source:
(static) Signature#setWidth(width)
    Set the field value
The pixel width of the signature
    Parameters:
| Name | Type | Description | 
|---|---|---|
| width | Number | must be an integer | 
- Source: