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

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

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public void Print(
        string text,
        PrintOptions printOptions = null
    )

    Parameters

    Name Type Description
    text String

    The text to encode as a barcode.

    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