You can't save files like that in Web apps.  You have to display them and let 
the user save them on the client side.

Tim

On Sep 25, 2014, at 9:10 AM, Heinz <m...@scout-soft.com> wrote:

>>> - With the plugin I can use .writePS to create a EPS file and .writeSVG 
>>> to create a SVG file - but how do I create a .PNG file ? There is no 
>>> .writePNG ?
>> 
>> you can simply use the picture and store it in any format you need.
> 
> I use Webedition and a webImageView (picBarcode) with the following code:
> 
> dim z as new BarcodeGeneratorMBS
> z.Symbology   = type  '"CODE39"
> z.Encode text   '"Hello world"
> picBarcode.Picture = z.Picture          'assign barcode to webimageView
> 'picBarcode.Save.As...
> 
> But I dont see any method like "picBarcode.SaveAs..."
> 
> So how would I save the content of a webimageview as .PNG file ?
> 
> thank you
> 
> _______________________________________________
> Mbsplugins_monkeybreadsoftware.info mailing list
> mbsplugins@monkeybreadsoftware.info
> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to