AztecCodeOptionsBuilder.WithVersion(AztecCodeVersion) Method
Specifies the Aztec Code version. Returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| version | AztecCodeVersion | Aztec Code version. |
Returns
| Type | Description |
|---|---|
| AztecCodeOptionsBuilder | The current AztecCodeOptionsBuilder instance for method chaining. |
See Also