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

PDF417Options.Rows Property

Gets or sets the number of rows used to construct a PDF417 Code.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public int Rows { get; set; }

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

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