Gets or sets the number of columns to use for PDF417 symbology.
Namespace:
Neodynamic.SilverlightAssembly: Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)
Syntax
C# |
---|
public int Pdf417Columns { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Pdf417Columns As Integer |
Visual C++ |
---|
public: property int Pdf417Columns { int get (); void set (int value); } |