PDF417OptionsBuilder.WithColumns(Int32) Method
Specifies number of columns in the symbol’s data region. Returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columns | Int32 | The number of columns. |
Returns
| Type | Description |
|---|---|
| PDF417OptionsBuilder | The builder instance for method chaining. |
See Also