barnhill / barcodelib

C# Barcode Image Generation Library
Apache License 2.0
733 stars 238 forks source link

How can save the barcode image #212

Closed CaiRuSen closed 2 weeks ago

CaiRuSen commented 2 weeks ago

How can save the barcode image,my code no Save() method

barnhill commented 2 weeks ago

The code generates an Image that can be written to any file you want. Look in the example app as it has save functionality.