QRCodeEPCOptionsBuilder.WithBIC(String) Method
Sets the BIC (Bank Identifier Code) for the QR code. Returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| bic | String | The BIC to be set for the QR code. |
Returns
| Type | Description |
|---|---|
| QRCodeEPCOptionsBuilder | The builder instance for method chaining. |
See Also