[]
Ctor
public SignatureField(T value)
Type | Name | Description |
---|---|---|
T | value | Value to write on signature |
Ctor
public SignatureField(T value, bool visible)
Type | Name | Description |
---|---|---|
T | value | Value to write on signature |
bool | visible | true, if value should be written |
Ctor
public SignatureField(T value, bool visible, bool showLabel)
Type | Name | Description |
---|---|---|
T | value | Value to write on signature |
bool | visible | true, if value should be written |
bool | showLabel | true, if label for value should be shown |