PDF417Options.Columns Property
In This Article
Gets or sets the number of columns in the symbol in the data region.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the number of columns used in a PDF417 code. The default is 1. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Columns |
---|---|
Bar |
|
#Remarks
The width of a PDF417 code image is determined by the BarCode.Module value that is the module width and the Columns value that is the number of columns.
See Also