public static string DecryptImage(
Bitmap image,
string language = "eng"
)
Public Shared Function DecryptImage (
image As Bitmap,
Optional language As String = "eng"
) As String
Dim image As Bitmap
Dim language As String
Dim returnValue As String
returnValue = UtilAbcOcr.DecryptImage(image,
language)
public:
static String^ DecryptImage(
Bitmap^ image,
String^ language = L"eng"
)
static member DecryptImage :
image : Bitmap *
?language : string
(* Defaults:
let _language = defaultArg language "eng"
*)
-> string
No code example is currently available or this language may not be supported.
[Missing <param name="language"/> documentation for "M:DevCase.ThirdParty.AbcOcr.UtilAbcOcr.DecryptImage(System.Drawing.Bitmap,System.String)"]
No code example is currently available or this language may not be supported.
Dim result As String = DecryptImage(New Bitmap("C:\Captcha.png"), "eng")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.