Use vb.net to process the png image file into binary data, and then use the binary data to call the interface of the third-party software. Which is a good method for studio implementation? Thank you!
Use vb.net to process the png image file into binary data, and then use the binary data to call the interface of the third-party software. Which is a good method for studio implementation? Thank you!
You can use Invoke Code activity to write your VB.Net code
But check If third party software has api to call the Image directly and get the output?
Hope this may help you
Thanks