'Declaration <CategoryAttribute("PDF417")> <DefaultValueAttribute(-1)> <DescriptionAttribute("PDF417 row count. Default value is -1 (row count calculated automatically).")> Public Property PDF417Rows As Integer
[Category("PDF417")] [DefaultValue(-1)] [Description("PDF417 row count. Default value is -1 (row count calculated automatically).")] public int PDF417Rows { get; set; }
[Category("PDF417")] [DefaultValue(-1)] [Description("PDF417 row count. Default value is -1 (row count calculated automatically).")] public: __property int get_PDF417Rows(); public: __property void set_PDF417Rows(
int value
);
[Category("PDF417")] [DefaultValue(-1)] [Description("PDF417 row count. Default value is -1 (row count calculated automatically).")] public:
property int PDF417Rows { int get(); void set(int value); }
Property Value
Minimum value is 3, maximum value is 90. Default value is -1 (row count calculated automatically).