BarCode.ExportToPdf(Stream) Method
In This Article
Exports the bar code to the specified stream in PDF format.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#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 method.
See Also