Class ShowSignatureCaptureResponse
Inheritance
System.Object
ShowSignatureCaptureResponse
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ShowSignatureCaptureResponse : object
Constructors
ShowSignatureCaptureResponse(Reason, ImageFileFormat, Int32, Int32, Byte[])
Declaration
public ShowSignatureCaptureResponse(Reason reason, ImageFileFormat imageFileFormat, int imageWidth, int imageHeight, byte[] imageData)
Parameters
Type | Name | Description |
---|---|---|
Reason | reason | |
Image |
imageFileFormat | |
System. |
imageWidth | |
System. |
imageHeight | |
System. |
imageData |
Properties
ImageData
Image data.
Declaration
public byte[] ImageData { get; }
Property Value
Type | Description |
---|---|
System. |
The image data. |
ImageFileFormat
File format of image data.
Declaration
public ImageFileFormat ImageFileFormat { get; }
Property Value
Type | Description |
---|---|
Image |
The image file format. |
ImageHeight
Image height in pixels.
Declaration
public int ImageHeight { get; }
Property Value
Type | Description |
---|---|
System. |
The height of the image. |
ImageWidth
Image width in pixels.
Declaration
public int ImageWidth { get; }
Property Value
Type | Description |
---|---|
System. |
The width of the image. |
Reason
Reason for closing dialog
Declaration
public Reason Reason { get; }
Property Value
Type | Description |
---|---|
Reason | The reason. |
Methods
ToString()
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |