Skip to main content
A newer version of this page is available. .

PDF417Options.Columns Property

Gets or sets the number of columns in the symbol in the data region.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public int Columns { get; set; }

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
BarCodeOptions
.PDF417.Columns

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