Skip to main content
All docs
V26.1
  • BarcodeGenerator.ExportAsync Method

    Name Parameters Description
    ExportAsync(Byte[], Stream, DXImageFormat) binaryData, stream, format Asynchronously exports a barcode image for the specified binary data to a stream, using the given image format.
    ExportAsync(String, Stream, DXImageFormat) text, stream, format Asynchronously exports a barcode image for the supplied text to a stream using the specified image format.
    ExportAsync(String, Encoding, Stream, DXImageFormat) text, encoding, stream, format Asynchronously exports a barcode image for the specified text to a stream, using the given encoding and image format.