Class ShowSignatureCaptureRequest
Inheritance
System.Object
ShowSignatureCaptureRequest
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)
System.Object.ToString()
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ShowSignatureCaptureRequest
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 |
---|---|
System.String | The color of the background. |
BrandBar
Brand bar.
Declaration
public List<BrandBarBrand> BrandBar { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Collections.Generic.List<System.String> | The watermark items. |