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