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

    Prints a barcode image for the specified text, using the given encoding and print options.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public void Print(
        string text,
        Encoding encoding,
        PrintOptions printOptions
    )

    Parameters

    Name Type Description
    text String

    The text to encode as a barcode.

    encoding Encoding

    The encoding to use for the text.

    Optional Parameters

    Name Type Default Description
    printOptions PrintOptions null

    (Optional) The print options to use. If null, the default print settings are used.

    See Also