QRCodeGS1OptionsBuilder.WithVersion(QRCodeVersion) Method
Specifies the code 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 |
|---|---|---|
| version | QRCodeVersion | Indicates the code version. |
Returns
| Type | Description |
|---|---|
| QRCodeGS1OptionsBuilder | The builder instance for method chaining. |
See Also