QRCodeEPCOptionsBuilder.WithRemittanceInformation(String) Method
Sets the remittance information for the QR code and returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| remittanceInformation | String | The remittance information. |
Returns
| Type | Description |
|---|---|
| QRCodeEPCOptionsBuilder | The builder instance for method chaining. |
See Also