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

BarCode.ExportToPdf(Stream) Method

Exports the bar code to the specified stream in PDF format.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void ExportToPdf(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object to which the created document is exported.

Remarks

To print the bar code, use the BarCode.Print or the BarCode.ShowPrintPreview methods.

See Also