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

    Exports a barcode to PDF format.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public void ExportToPdf(
        string text,
        Encoding encoding,
        Stream stream
    )

    Parameters

    Name Type Description
    text String

    The text to encode in the barcode.

    encoding Encoding

    The text encoding type.

    stream Stream

    The stream to which the PDF document is written.

    See Also