PDF417Options.Rows Property
In This Article
Gets or sets the number of rows used to construct a PDF417 Code.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer that is the number of rows. The default is 3. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Rows |
---|---|
Bar |
|
#Remarks
The height of a PDF417 Code is determined by the Rows value that is the number of rows in the code symbol.
See Also