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 | |
ImageFileFormat | imageFileFormat | |
System.Int32 | imageWidth | |
System.Int32 | imageHeight | |
System.Byte[] | imageData |
Properties
ImageData
Image data.
Declaration
public byte[] ImageData { get; }
Property Value
Type | Description |
---|---|
System.Byte[] | The image data. |
ImageFileFormat
File format of image data.
Declaration
public ImageFileFormat ImageFileFormat { get; }
Property Value
Type | Description |
---|---|
ImageFileFormat | The image file format. |
ImageHeight
Image height in pixels.
Declaration
public int ImageHeight { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The height of the image. |
ImageWidth
Image width in pixels.
Declaration
public int ImageWidth { get; }
Property Value
Type | Description |
---|---|
System.Int32 | 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.String |
Overrides
System.Object.ToString()