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