Skip to content

Interface: IInlineSignatureCaptureFormCellProxy

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getShowTimestampInImage

getShowTimestampInImage(): boolean

Returns: boolean


getShowUnderline

getShowUnderline(): boolean

Returns: boolean


getShowXMark

getShowXMark(): boolean

Returns: boolean


getTimestampFormatter

getTimestampFormatter(): string

Returns: string


getWatermarkText

getWatermarkText(): string

Returns: string


getWatermarkTextMaxLines

getWatermarkTextMaxLines(): number

Returns: number


setShowTimestampInImage

setShowTimestampInImage(showTimestampInImage: boolean): void

Parameters:

Name Type Description
showTimestampInImage boolean value to set.

Returns: void


setShowUnderline

setShowUnderline(Underline: boolean): any

Parameters:

Name Type
Underline boolean

Returns: any


setShowXMark

setShowXMark(showXMark: boolean): any

Parameters:

Name Type Description
showXMark boolean value to set.

Returns: any


setTimestampFormatter

setTimestampFormatter(timestampFormatter: string): any

Parameters:

Name Type Description
timestampFormatter string value to set.

Returns: any


setWatermarkText

setWatermarkText(watermarkText: string): any

Parameters:

Name Type Description
watermarkText string value to set.

Returns: any


setWatermarkTextMaxLines

setWatermarkTextMaxLines(watermarkTextMaxLines: number): any

Parameters:

Name Type Description
watermarkTextMaxLines number value to set.

Returns: any