Exemplo n.º 1
0
 public string HQCode(byte[] bytes, int imagetype)
 {
     try
     {
         return(ImageTool.CreateInstance().hqCode(bytes, imagetype));
     }
     catch
     {
         return("");
     }
 }
Exemplo n.º 2
0
 public Get51Code()
 {
     ImageTool.CreateInstance();
 }