You should use standard WinForms printing infrastructure.
Use PrintDocument, PrintDialog and PrintPreviewDialog classes.
Subscribe to PrintDocument.PrintPage event and use BarcodeControl.Render or BaseBarcode.Render method.
You can find the sample in the download package /Ezamples/VSXXXX/WindowsFomsCS or WindowsFomsVB.