QRCodeEPCOptionsBuilder.WithEPCVersion(EPCVersion) Method
Sets the EPC version and returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| epcVersion | EPCVersion | An enumeration value that indicates the EPC version. |
Returns
| Type | Description |
|---|---|
| QRCodeEPCOptionsBuilder | The builder instance for method chaining. |
See Also