You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Extension 2.0 we cannot use any DotNet interop.
I know we can use the .IMPORTFILE and IMPORTSTREAM.
But if you want to import a file, you need a file, how can we create this file?
Possible solution is to store the Image as Base64 string in code.
But how can we decode the string without DotNet?
Or can we add the images seperated with the .navx file or something?