Skip to content

Class: SignatureCaptureFormCellProxy

SignatureCaptureFormCellProxy is a developer-facing interface that provides access to a SignatureCapture control and allows customizations. In addition it provides access to the IFormCellProxy interface.

Hierarchy

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

Inherited Methods

Constructors

Constructor

+ new SignatureCaptureFormCellProxy(context: IContext): SignatureCaptureFormCellProxy

Inherited from FormCellControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: SignatureCaptureFormCellProxy

Methods

getCapturedStatusText

getCapturedStatusText(): string

Returns the CapturedStatusText property value defined for the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.getCapturedStatusText

Returns: string


getInitialStatusText

getInitialStatusText(): string

Returns the InitialStatusText property value defined for the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.getInitialStatusText

Returns: string


getShowTimestampInImage

getShowTimestampInImage(): boolean

Returns the ShowTimestampInImage property value defined for the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.getShowTimestampInImage

Returns: boolean


getShowUnderline

getShowUnderline(): boolean

Returns the ShowUnderline property value defined for the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.getShowUnderline

Returns: boolean


getShowXMark

getShowXMark(): boolean

Returns the ShowXMark property value defined for the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.getShowXMark

Returns: boolean


getTimestampFormatter

getTimestampFormatter(): string

Returns the TimestampFormatter property value defined for the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.getTimestampFormatter

Returns: string


getWatermarkText

getWatermarkText(): string

Returns the WatermarkText property value defined for the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.getWatermarkText

Returns: string


getWatermarkTextMaxLines

getWatermarkTextMaxLines(): number

Returns the WatermarkTextMaxLines property value defined for the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.getWatermarkTextMaxLines

Returns: number


setCapturedStatusText

setCapturedStatusText(capturedStatusText: string): Promise<any>

Sets the CapturedStatusText property of the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.setCapturedStatusText

Parameters:

Name Type Description
capturedStatusText string value to set.

Returns: Promise<any>


setInitialStatusText

setInitialStatusText(initialStatusText: string): Promise<any>

Sets the InitialStatusText property of the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.setInitialStatusText

Parameters:

Name Type Description
initialStatusText string value to set.

Returns: Promise<any>


setShowTimestampInImage

setShowTimestampInImage(showTimestampInImage: boolean): Promise<any>

Sets the ShowTimestampInImage property of the FormCell's FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.setShowTimestampInImage

Parameters:

Name Type Description
showTimestampInImage boolean value to set.

Returns: Promise<any>


setShowUnderline

setShowUnderline(showUnderline: boolean): Promise<any>

Sets the ShowUnderline property of the FormCell's FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.setShowUnderline

Parameters:

Name Type Description
showUnderline boolean value to set.

Returns: Promise<any>


setShowXMark

setShowXMark(showXMark: boolean): Promise<any>

Sets the ShowXMark property of the FormCell's FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.setShowXMark

Parameters:

Name Type Description
showXMark boolean value to set.

Returns: Promise<any>


setTimestampFormatter

setTimestampFormatter(timestampFormatter: string): Promise<any>

Sets the TimestampFormatter property of the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.setTimestampFormatter

Parameters:

Name Type Description
timestampFormatter string value to set.

Returns: Promise<any>


setWatermarkText

setWatermarkText(watermarkText: string): Promise<any>

Sets the WatermarkText property of the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.setWatermarkText

Parameters:

Name Type Description
watermarkText string value to set.

Returns: Promise<any>


setWatermarkTextMaxLines

setWatermarkTextMaxLines(watermarkTextMaxLines: number): Promise<any>

Sets the WatermarkTextMaxLines property of the FormCell's control.

Implementation of ISignatureCaptureFormCellProxy.setWatermarkTextMaxLines

Parameters:

Name Type Description
watermarkTextMaxLines number value to set.

Returns: Promise<any>