Class ShowSignatureCaptureResponse
Inheritance
System.Object
ShowSignatureCaptureResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ShowSignatureCaptureResponse
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 |
---|---|
System. |
Overrides
System.Object.ToString()