Hello
Aspose 18.7 has new API, and I got a problem with migration. Please see on the code below.
BarCodeBuilder barCodeBuilder = new BarCodeBuilder();
barCodeBuilder.setSymbologyType(Symbology.QR);
barCodeBuilder.setQRErrorLevel(QRErrorLevel.LevelH);
barCodeBuilder.setCodeText(data);
barCodeBuilder.setCodeLocation(CodeLocation.None);
barCodeBuilder.save(outputStream, BarCodeImageFormat.Png);
What is equivalent of method setSymbologyType?
Thanks