How to print the Barcode without saving it to physical file

Can I generate a QR code label and send it to a Shared Network printer right away without saving it to physical file?

@dmta2005,

Aspose.BarCode API only provides means for saving the barcode (image) to filepath or streams. You can save the generated barcode (image) to streams, see the Save method overloads. Then, you can use your own code to send the streams to your shared network printer for your needs.

Thank you for Save method. I would really appreciate if you can send me to a sample code how to send the streams to the Shared network printer.

@dmta2005,
You may please Google it like I found some solutions here:
How can I send a file document to the printer and have it print?

Thank you very much.

@dmta2005,
You are welcome.