SetSignatureLineColor

Declaration

Delphi

 function SetSignatureLineColor(ModeType, Color: Integer): Integer;

C/C++

int SOPAD_SetSignatureLineColor(int ModeType, int Color):

ActiveX

    function SetSignatureLineColor(ModeType, Color: Integer): Integer; safecall;

Description

set the line color for the signature image - effects the the preview and drawing on PAD

Arguments

ModeType

0:  for default signature mode

6: for sign in document mode

Color

the color value (RGB)

 

Return value

const  SOPAD_SUCCESS     = (0);

const  SOPAD_FAILURE     = (-1);

const  SOPAD_NOTSUPORTED = (-2);