'Declaration <DescriptionAttribute("DotCode matrix height. Default value is 0 (matrix height is calculated automatically).")> <DefaultValueAttribute(0)> <CategoryAttribute("DotCode")> Public Property DotCodeMatrixHeight As Integer
[Description("DotCode matrix height. Default value is 0 (matrix height is calculated automatically).")] [DefaultValue(0)] [Category("DotCode")] public int DotCodeMatrixHeight { get; set; }
[Description("DotCode matrix height. Default value is 0 (matrix height is calculated automatically).")] [DefaultValue(0)] [Category("DotCode")] public: __property int get_DotCodeMatrixHeight(); public: __property void set_DotCodeMatrixHeight(
int value
);
[Description("DotCode matrix height. Default value is 0 (matrix height is calculated automatically).")] [DefaultValue(0)] [Category("DotCode")] public:
property int DotCodeMatrixHeight { int get(); void set(int value); }
Property Value
Minimum value is 5. Default value is 0 (matrix height is calculated automatically).