PDF417OptionsBuilder.WithRows(Int32) Method
Specifies number of rows 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 |
|---|---|---|
| rows | Int32 | The number of rows. |
Returns
| Type | Description |
|---|---|
| PDF417OptionsBuilder | The current PDF417OptionsBuilder instance for method chaining. |
See Also