Skip to main content

importIso

Import a previously captured ISO signature.

ParameterDescription
IsoDataThe iso signature.
IsoType

The type of the signature. It can be one of the following:

  • Module.IsoType.ISO19784_7_BINARY – exports the signature as binary ISO19784_7
  • Module.IsoType.ISO19785_3_XML – exports the signature as xml ISO19785_3
  • Module.IsoType.ISO19784_7_ENCRYPTED_BINARY – exports the signature as ISO19784_7 encrypted as binary.
  • Module.IsoType.ISO19784_7_ENCRYPTED_TEXT – exports the signature as ISO19784_7 encrypted as text.
AdditionalImportIsoData

The ISO format lacks some important properties of the Wacom signature. With this object we can assign the values for these properties. See the section AdditionalImportIsoData for more information about it.

Return values
None