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