Skip to main content

PDF417Generator.Rows Property

Gets or sets the number of bar code rows, which allows control of the logic height of the bar code.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(3)]
public int Rows { get; set; }

Property Value

Type Default Description
Int32 3

An integer, specifying the logic height of the bar code.

Remarks

Use the Rows and PDF417Generator.Columns properties, to control the logic dimensions of the bar code.

Note

At design time, the Rows property is tied to the PDF417Generator.Columns property, so that modifying either of them causes immediate modification of its counterpart, to meet the requirements of this bar code type specification.

To determine the height-to-width ratio of a logical unit’s graphic representation, use the PDF417Generator.YToXRatio property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Rows property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also