Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

PDF417Options.Columns Property

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

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v19.1.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