Skip to main content
All docs
V26.1
  • QRCodeEPCOptionsBuilder.WithBeneficiaryName(String) Method

    Sets the beneficiary name and returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public QRCodeEPCOptionsBuilder WithBeneficiaryName(
        string beneficiaryName
    )

    Parameters

    Name Type Description
    beneficiaryName String

    The beneficiary name.

    Returns

    Type Description
    QRCodeEPCOptionsBuilder

    The builder instance for method chaining.

    See Also