Class SignatureInformation
Contains signature information captured by the EFT Terminal as a result to calling
the Transaction(Transaction
Inheritance
System.Object
SignatureInformation
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class SignatureInformation : object
Constructors
SignatureInformation(ImageFileFormat, Int32, Int32, Byte[])
Create signature information.
Declaration
public SignatureInformation(ImageFileFormat imageFileFormat, int imageWidth, int imageHeight, byte[] imageData)
Parameters
Type | Name | Description |
---|---|---|
Image |
imageFileFormat | |
System. |
imageWidth | |
System. |
imageHeight | |
System. |
imageData |
Properties
ImageData
Gets the image data.
Declaration
public byte[] ImageData { get; }
Property Value
Type | Description |
---|---|
System. |
The image data. |
ImageFileFormat
Gets or sets the image file format.
Declaration
public ImageFileFormat ImageFileFormat { get; set; }
Property Value
Type | Description |
---|---|
Image |
The image file format. |
ImageHeight
Gets or sets the height of the image.
Declaration
public int ImageHeight { get; set; }
Property Value
Type | Description |
---|---|
System. |
The height of the image. |
ImageWidth
Gets or sets the width of the image.
Declaration
public int ImageWidth { get; set; }
Property Value
Type | Description |
---|---|
System. |
The width of the image. |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |