SigToImg

 

The SigToImg is a special type of function that takes the array of points (based 64 encoded array) returned from Signature.Text, and makes it into a bitmap image.

The image can then be passed from an offline client to the server, speed performance when passing it through a thin client, or be saved to a batch client.

Group:      SigToImg

Syntax:   SigToImg(Points, Img())

      SigToImg      (Boolean) Returns True if the array of points from Signature.Text were returned; False if the array of points were not returned.

      Points            (String) The points from the Signature entered in the Signature prompt/control.

         Img            (Byte) The bitmap that contains the image created from the array.

Example:   

Dim bImage() As Byte

SigToImg(Signature1.Text, bImage)