Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

afterSigning– defines action to be performed after signature set is executed.   Possible values:

Code Block
  0  do nothing;

...


  1  do nothing and disable further manual signing;

...


  2  perform Macrobutton1 action;

...


  3  perform Macrobutton2 action;

...


  4  perform Macrobutton3 action;

...


  5  perform Macrobutton4 action.


afterCancel – defines action   to be performed after signature set is cancelled. Possible values: see afterSigning.

...

NoScrollSign - value to disable scrolling on monitor while signing . Possible values:   0 – scroll possible, 1 – scrolling disabled.

 


Fields and values of [Field1], [Field2], … [FieldN] sections:

...

Possible suffixes are: PlusPadV2, NaturaSign, NaturaSignColour, NaturaSignMobile, NaturaSignFlawless, NaturaSignComfort, NaturaSignClassic, NaturaSignBiometric, NaturaSignMobile15, NaturaSignColorPad2, NaturaSignUniversal, DuraSignBrilliance.

Example:

Code Block
LCDFontSize="small"

...


LCDString2="Default text"

...


LCDFontSize_NaturaSign="large"

...


LCDString2_NaturaSign="NaturaSign text"


 
When signature set is invoked, 'NaturaSign text' with large font will be displayed if current device is naturaSign V1 or naturaSign V3, and 'Default text' with small font for all other devices.

...

Size of Background-Image must match the corresponding TextSignarea (NaturaSignColour 640x310, NaturaSignFlawless+NaturaSignComfort 480x272, NaturaSignUniversal+DuraSignBrilliance 800x310)

Example: 

Code Block
CPBackground="C:\TestDateien\g6.bmp"

...



CPBackground_naturaSignFlawless="C:\TestDateien\g8.bmp"

...



CPBackground_naturaSignUniversal="C:\TestDateien\g12.bmp"

...



CPBackground_duraSignBrilliance="C:\TestDateien\g12.bmp"

...



CPForeground="C:\TestDateien\g6fg.bmp"

...



CPForeground_naturaSignFlawless="C:\TestDateien\g8fg.bmp"

...



CPForeground_naturaSignUniversal="C:\TestDateien\g12fg.bmp"

...



CPForeground_duraSignBrilliance="C:\TestDateien\g12fg.bmp"

...



FrameColorOverride – 0 to use default color (red), 1 to use color specified by FrameColor field.

...

FrameThicknessOverride – 0 to use default frame thinkness (1 pixel), 1 to use frame thickness specified by FrameThickness field.

 FrameThickness – frame thickness in pixels.

...

TagUsable valuesExplanation
UseSignatureRectangle_XXXXYYYY=0 or 1Set this value to 1 in order to use the signature rectangle resizing feature for the (group of) devices specified by the given Vendor (XXXX) and Product (YYYY) ID.
SignPosX_XXXXYYYY=Positive, whole numbersDetermines the X coordinate of the upper left corner of your signable area on the device in pixel. Specify your (group of) devices with the Vendor (XXXX) and Product (YYYY) ID.
SignPosY_XXXXYYYY=Positive, whole numbersDetermines the Y coordinate of the upper left corner of your signable area on the device in pixel. Specify your (group of) devices with the Vendor (XXXX) and Product (YYYY) ID.
SignPosWidth_XXXXYYYY=Positive, whole numbersDetermines the width of the designated signable area in pixel. Specify your (group of) devices with the Vendor (XXXX) and Product (YYYY) ID.
SignPosHeight_XXXXYYYY=Positive, whole numbersDetermines the height of the designated signable area in pixel. Specify your (group of) devices with the Vendor (XXXX) and Product (YYYY) ID.

 

...