Msign Desktop Signature Pad Software Direct
MSignCapture capture = new MSignCapture(); capture.Device = "Topaz_SIG_Gem"; capture.OnSignatureCaptured += (sig) => byte[] image = sig.GetImage(ImageFormat.Png); string hash = sig.ComputeHash(); ; capture.StartCapture();





