Signature
Represents a single signature (or signature item). To create an Annotation from this signature use the toAnnotation methods. Helper methods to create Ink or Stamp Signatures are here: createStampSignature, createInkSignature.
Constructors
Properties
BiometricSignatureData that was collected with this signature. May return null
if no biometric data was created.
The ratio of signature width to width of the drawing view used when drawing the signature.
Signature id number used in signature database. If not set, the default value is ID_NOT_SET.
Functions
Builds InkAnnotation or StampAnnotation from signature data. If you want to create a stamp annotation with a specific bounding box around certain touch point, use toAnnotation instead.
Builds InkAnnotation or StampAnnotation from signature data.
Converts a signature into a JSON object. You can use that JSON object to recreate the signature later on via fromJson.