Class: InlineSignatureCaptureFormCellProxy¶
InlineSignatureCaptureFormCellProxy is a developer-facing interface that provides access to a InlineSignatureCapture control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
InlineSignatureCaptureFormCellProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
- getShowTimestampInImage
- getShowUnderline
- getShowXMark
- getTimestampFormatter
- getWatermarkText
- getWatermarkTextMaxLines
- setShowTimestampInImage
- setShowUnderline
- setShowXMark
- setTimestampFormatter
- setWatermarkText
- setWatermarkTextMaxLines
Inherited Methods¶
Constructors¶
constructor¶
+ new InlineSignatureCaptureFormCellProxy(context
: IContext): InlineSignatureCaptureFormCellProxy
Inherited from FormCellControlProxy.constructor
Overrides ControlProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: InlineSignatureCaptureFormCellProxy
Methods¶
getShowTimestampInImage¶
▸ getShowTimestampInImage(): boolean
Implementation of IInlineSignatureCaptureFormCellProxy
Returns the ShowTimestampInImage property value defined for the FormCell's control. On iOS not supported.
Returns: boolean
getShowUnderline¶
▸ getShowUnderline(): boolean
Implementation of IInlineSignatureCaptureFormCellProxy
Returns the ShowUnderline property value defined for the FormCell's control. On iOS not supported.
Returns: boolean
getShowXMark¶
▸ getShowXMark(): boolean
Implementation of IInlineSignatureCaptureFormCellProxy
Returns the ShowXMark property value defined for the FormCell's control. On iOS not supported.
Returns: boolean
getTimestampFormatter¶
▸ getTimestampFormatter(): string
Implementation of IInlineSignatureCaptureFormCellProxy
Returns the TimestampFormatter property value defined for the FormCell's control.
Returns: string
getWatermarkText¶
▸ getWatermarkText(): string
Implementation of IInlineSignatureCaptureFormCellProxy
Returns the WatermarkText property value defined for the FormCell's control.
Returns: string
getWatermarkTextMaxLines¶
▸ getWatermarkTextMaxLines(): number
Implementation of IInlineSignatureCaptureFormCellProxy
Returns the WatermarkTextMaxLines property value defined for the FormCell's control.
Returns: number
setShowTimestampInImage¶
▸ setShowTimestampInImage(showTimestampInImage
: boolean): void
Implementation of IInlineSignatureCaptureFormCellProxy
Sets the ShowTimestampInImage property of the FormCell's FormCell's control. On iOS not supported.
Parameters:
Name | Type | Description |
---|---|---|
showTimestampInImage |
boolean | value to set. |
Returns: void
setShowUnderline¶
▸ setShowUnderline(showUnderline
: boolean): void
Implementation of IInlineSignatureCaptureFormCellProxy
Sets the ShowUnderline property of the FormCell's FormCell's control. On iOS not supported.
Parameters:
Name | Type | Description |
---|---|---|
showUnderline |
boolean | value to set. |
Returns: void
setShowXMark¶
▸ setShowXMark(showXMark
: boolean): void
Implementation of IInlineSignatureCaptureFormCellProxy
Sets the ShowXMark property of the FormCell's FormCell's control. On iOS not supported.
Parameters:
Name | Type | Description |
---|---|---|
showXMark |
boolean | value to set. |
Returns: void
setTimestampFormatter¶
▸ setTimestampFormatter(timestampFormatter
: string): void
Implementation of IInlineSignatureCaptureFormCellProxy
Sets the TimestampFormatter property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
timestampFormatter |
string | value to set. |
Returns: void
setWatermarkText¶
▸ setWatermarkText(watermarkText
: string): void
Implementation of IInlineSignatureCaptureFormCellProxy
Sets the WatermarkText property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
watermarkText |
string | value to set. |
Returns: void
setWatermarkTextMaxLines¶
▸ setWatermarkTextMaxLines(watermarkTextMaxLines
: number): void
Implementation of IInlineSignatureCaptureFormCellProxy
Sets the WatermarkTextMaxLines property of the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
watermarkTextMaxLines |
number | value to set. |
Returns: void