Skip to main content
All docs
V26.1
  • BarcodeGenerator.Export(String, Stream) Method

    Exports a barcode image for the supplied text to a stream.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Barcode.v26.1.dll

    Declaration

    public void Export(
        string text,
        Stream stream
    )

    Parameters

    Name Type Description
    text String

    The text to encode as a barcode.

    stream Stream

    The stream to which the barcode image will be written.

    See Also