>> - 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 [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
