UPC-A barcode creation from a 12 digit number and exporting in SVG format

I want to generate the barcode using aspose.barcode library in C#. According to the documentation of this library, the free barcode type available is only Code39Standard to be exported to SVG. Following is the reference:
Capture.JPG (81.9 KB)

Do we need a license to export the barcode in UPCA to svg format? And will the following code work if I purchase the license?
Capture1.JPG (37.8 KB)

@sa1006,

Thanks for the screenshots and details.

Yes, your understanding is correct. When using the Aspose.BarCode API in evaluation mode (without using a valid license), you can only render Code39 barcodes to SVG. Therefore, you need to have a valid license and set it in the code before using your barcode generation code.

You can request temporary license and try.

Also you can try 1D Barcode Writer for .NET. It is just 99$ for year and supports all of 1D barcodes.