EditInsertSignature @Command (Formula Language)

Allows the user to set the width of their signature image before inserting.

Syntax

@Command( [EditInsertSignature] )

or

@Command( [EditInsertSignature] ; imageWidthSize )

Parameters

imageWidthSize

Number. Optional. Specifies the width of the resulting image size in Notes pixels.

Usage

A document must be open in Edit mode with the insertion point in a rich text field.

This command does not work on the Web.

If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.

Examples

This formula sets the width of signature to 150 pixels.

@Command([EditInsertSignature]; 150)