'Declaration <DefaultValueAttribute(4)> <DescriptionAttribute("Row height of PDF417 barcode.")> <CategoryAttribute("PDF417")> Public Property PDF417RowHeight As Integer
[DefaultValue(4)] [Description("Row height of PDF417 barcode.")] [Category("PDF417")] public int PDF417RowHeight { get; set; }
[DefaultValue(4)] [Description("Row height of PDF417 barcode.")] [Category("PDF417")] public: __property int get_PDF417RowHeight(); public: __property void set_PDF417RowHeight(
int value
);
[DefaultValue(4)] [Description("Row height of PDF417 barcode.")] [Category("PDF417")] public:
property int PDF417RowHeight { int get(); void set(int value); }
Property Value
Minimum value is 2, maximum value is 64. Default value is 4.