An instance of PCCViewer.ObservableCollection. This object is a common management utility used to keep track of the currently known signatures.
- See:
-
- PCCViewer.ObservableCollection for methods and events available on this collection.
Members
(inner) FreehandSignature
A plain object convention describing a freehand drawn signature.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
type |
string |
Describes the type of data in this signature. For FreehandSignature, this value will always be |
|
path |
string |
The path data of the signature. |
|
width |
number |
The absolute width of the path data. |
|
height |
number |
The absolute height of the path data. |
|
category |
string | undefined | <optional> |
The category of this signature. See |
(inner) TextSignature
A plain object convention describing a text based signature.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
type |
string |
Describes the type of data in this signature. For TextSignature, this value will always be |
|
text |
string |
The text contents of the signature. |
|
category |
string | undefined | <optional> |
The category of this signature. See |