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

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