Scanner ActiveX Control ReferenceMethods SetTextureBrushImage Scanner ActiveX Control SetTextureBrushImage Set the texture brush image when textstyle =4 . Public Function SetTextureBrushImage( _ ByVal strImage As String) Parameter strImage the texture brush image.Return ValueNo return value. Example Visual Basic SyntaxScanner1.TextStyle = 4Scanner1.SetTextureBrushImage "c:\1.jpg"