Skip to main content
A newer version of this page is available. .

BarCode.Print() Method

Prints the bar code to the default printer.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void Print()

Remarks

Use the BarCode.PrintDialog method to invoke a dialog that allows you to select a printer and change printer settings.

The BarCode.ShowPrintPreview method enables you to preview the printout.

To print to PDF, use the BarCode.ExportToPdf method.

See Also