Sizing

KCM Core adjusts the dimensions of the signature line automatically based on the following Microsoft Word default properties:

  • No dimensions are specified: the size is set to 2.67in x 1.33in.
  • One dimension is specified: the other dimension is calculated relative to the default dimensions.
  • Both dimensions are specified: the image is resized to fit within a box with the specified dimensions.

Examples are provided here.

 @(insert_signature (signer))

The preceding example uses the native dimensions of in the image.

 @(insert_signature (signer; width:="4cm";
height:="2cm"))

The preceding example resizes the signature line to fit within a 4cm x 2cm box.

 @(insert_signature (signer;
width:="2in"))

The preceding example resizes the signature line to fit within a 2in x 1in box.