Skip to main content
All docs
V26.1
  • PharmacodeOptionsBuilder.WithPharmacodeType(PharmacodeType) Method

    Specifies the pharmacode type. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public PharmacodeOptionsBuilder WithPharmacodeType(
        PharmacodeType type
    )

    Parameters

    Name Type Description
    type PharmacodeType

    Indicates the pharmacode type.

    Returns

    Type Description
    PharmacodeOptionsBuilder

    The builder instance for method chaining.

    See Also