Class ShowSignatureCaptureRequest
Inheritance
System.Object
ShowSignatureCaptureRequest
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ShowSignatureCaptureRequest : object
Constructors
ShowSignatureCaptureRequest()
Declaration
public ShowSignatureCaptureRequest()
ShowSignatureCaptureRequest(ShowSignatureCaptureRequest)
Declaration
public ShowSignatureCaptureRequest(ShowSignatureCaptureRequest request)
Parameters
Type | Name | Description |
---|---|---|
ShowSignatureCaptureRequest | request |
Properties
BackgroundColor
Background color.
Declaration
public String BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
String | The color of the background. |
BrandBar
Brand bar.
Declaration
public List<BrandBarBrand> BrandBar { get; set; }
Property Value
Type | Description |
---|---|
List<BrandBarBrand> | The brand bar. |
BrandMode
Brand mode.
Declaration
public BrandMode BrandMode { get; set; }
Property Value
Type | Description |
---|---|
BrandMode | The brand mode. |
ImageFileFormat
Image file format to use.
Declaration
public ImageFileFormat ImageFileFormat { get; set; }
Property Value
Type | Description |
---|---|
ImageFileFormat | The image file format. |
ImageFileHeight
Image file height in pixels.
Declaration
public int ImageFileHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The height of the image file. |
ImageFileWidth
Image file width in pixels.
Declaration
public int ImageFileWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The width of the image file. |
Language
Language. Can be null if not set.
Declaration
public String Language { get; set; }
Property Value
Type | Description |
---|---|
String | The language. |
ResourceId
Resource identifier.
Declaration
public ResourceId ResourceId { get; set; }
Property Value
Type | Description |
---|---|
ResourceId | The resource identifier. |
SignatureColor
Signature color.
Declaration
public String SignatureColor { get; set; }
Property Value
Type | Description |
---|---|
String | The color of the signature. |
Theme
Theme.
Declaration
public Theme Theme { get; set; }
Property Value
Type | Description |
---|---|
Theme | The theme. |
Timeout
Timeout in seconds.
Declaration
public int Timeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The timeout. |
WatermarkColor
Watermark color (RGB).
Declaration
public string WatermarkColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the watermark. |
WatermarkItems
List of watermark items.
Declaration
public List<String> WatermarkItems { get; set; }
Property Value
Type | Description |
---|---|
List<String> | The watermark items. |