Skip to main content
All docs
V26.1
  • BarcodeOptionsBuilder<TOptions, TBuilder> Class

    Builds an BarcodeOptions object. Use chained builder methods to configure barcode settings, then call the Build method to create the options object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    [JavaGenericObject]
    public abstract class BarcodeOptionsBuilder<TOptions, TBuilder>
        where TOptions :
        BarcodeOptions,
        new()
       
        where TBuilder : BarcodeOptionsBuilder<TOptions, TBuilder>

    Type Parameters

    Name Description
    TOptions

    The type of barcode options to configure.

    TBuilder

    The type of the builder class.

    See Also