Skip to content

Interface: IInlineSignatureCaptureFormCellProxy

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

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getShowTimestampInImage

getShowTimestampInImage(): boolean

Returns the ShowTimestampInImage property value defined for the FormCell's control. On iOS not supported.

Returns: boolean


getShowUnderline

getShowUnderline(): boolean

Returns the ShowUnderline property value defined for the FormCell's control. On iOS not supported.

Returns: boolean


getShowXMark

getShowXMark(): boolean

Returns the ShowXMark property value defined for the FormCell's control. On iOS not supported.

Returns: boolean


getTimestampFormatter

getTimestampFormatter(): string

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

Returns: string


getWatermarkText

getWatermarkText(): string

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

Returns: string


getWatermarkTextMaxLines

getWatermarkTextMaxLines(): number

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

Returns: number


setShowTimestampInImage

setShowTimestampInImage(showTimestampInImage: boolean): void

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(Underline: boolean): any

Sets the ShowUnderline property of the FormCell's FormCell's control. On iOS not supported.

Parameters:

Name Type
Underline boolean

Returns: any


setShowXMark

setShowXMark(showXMark: boolean): any

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: any


setTimestampFormatter

setTimestampFormatter(timestampFormatter: string): any

Sets the TimestampFormatter property of the FormCell's control.

Parameters:

Name Type Description
timestampFormatter string value to set.

Returns: any


setWatermarkText

setWatermarkText(watermarkText: string): any

Sets the WatermarkText property of the FormCell's control.

Parameters:

Name Type Description
watermarkText string value to set.

Returns: any


setWatermarkTextMaxLines

setWatermarkTextMaxLines(watermarkTextMaxLines: number): any

Sets the WatermarkTextMaxLines property of the FormCell's control.

Parameters:

Name Type Description
watermarkTextMaxLines number value to set.

Returns: any