Click or drag to resize

Pdf417BarcodeWriterColumns Property

Number of data columns in the symbol. Note that appart from data columns a symbol has start/stop columns and left and right row indicators. That is why a symbol printed with Columns = 1 will appear to have 5 columsn when printed. Acceptable values are in the range 1-30. The product Rows*Columns cannot exceed 925.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Columns { get; set; }

Property Value

Type: Int32
See Also