'Declaration <DefaultValueAttribute(0)> <CategoryAttribute("DotCode")> <DescriptionAttribute("DotCode matrix height. Default value is 0 (matrix height is calculated automatically).")> Public Property DotCodeMatrixHeight As Integer
[DefaultValue(0)] [Category("DotCode")] [Description("DotCode matrix height. Default value is 0 (matrix height is calculated automatically).")] public int DotCodeMatrixHeight { get; set; }
[DefaultValue(0)] [Category("DotCode")] [Description("DotCode matrix height. Default value is 0 (matrix height is calculated automatically).")] public: __property int get_DotCodeMatrixHeight(); public: __property void set_DotCodeMatrixHeight(
int value
);
[DefaultValue(0)] [Category("DotCode")] [Description("DotCode matrix height. Default value is 0 (matrix height is calculated automatically).")] public:
property int DotCodeMatrixHeight { int get(); void set(int value); }
Property Value
Минимальное значение - 5. Значение по умолчанию - 0 (высота матрицы рассчитывается автоматически).