Here's my code: <pre lang="vb">Dim driverSignatureString As String = Me.GetCurrentColumnValue("DriverSignature").ToString Dim sp As SigPlusNET = New SigPlusNET sp.ClearTablet() sp.SetSigCompressionMode(1) sp.SetJustifyMode(5) '5 is justify and zoom signature (center of control) sp.SetJustifyX(12) 'this is really just padding sp.SetJustifyY(12) sp.SetImageXSize(300) sp.SetImageYSize(45) sp.SetImagePenWidth(5) sp.SetDisplayWindowRes(True) sp.SetSigString(driverSignatureString) Me.xrPicDriverSignature.Image = sp.GetSigImage()
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)