'Declaration <CategoryAttribute("PDF417")> <DescriptionAttribute("Row height of PDF417 barcode.")> <DefaultValueAttribute(4)> Public Property PDF417RowHeight As Integer
[Category("PDF417")] [Description("Row height of PDF417 barcode.")] [DefaultValue(4)] public int PDF417RowHeight { get; set; }
[Category("PDF417")] [Description("Row height of PDF417 barcode.")] [DefaultValue(4)] public: __property int get_PDF417RowHeight(); public: __property void set_PDF417RowHeight(
int value
);
[Category("PDF417")] [Description("Row height of PDF417 barcode.")] [DefaultValue(4)] public:
property int PDF417RowHeight { int get(); void set(int value); }
Property Value
Минимальное значение - 2, максимальное - 64. Значение по умолчанию - 4.