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