Click or drag to resize

Signature Class

Signature.
Inheritance Hierarchy
SystemObject
  FRAM.WcfService.Public.ModelsSignature

Namespace: FRAM.WcfService.Public.Models
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Signature

The Signature type exposes the following members.

Constructors
 NameDescription
Public methodSignatureInitializes a new instance of the Signature class
Top
Properties
 NameDescription
Public propertyImage Signature as image in PNG format (https://en.wikipedia.org/wiki/Portable_Network_Graphics).
Public propertyPoints Signature as coordinates.

E.g. [{258,434}, {0,0}, {139,381}, {138,380}, {139,380}, ... ]
Public propertySignee Name of person.

E.g. Test Testsson.
Public propertyStatus Status.

  • 13 = Utlämnad
  • 14 = Utkörd
Top
See Also