'Declaration <DefaultValueAttribute(5)> <DescriptionAttribute("The maximum erasues in "L" pattern of Data Matrix barcode.")> Public Property DataMatrixLPatternMaxErasures As Integer
[DefaultValue(5)] [Description("The maximum erasues in "L" pattern of Data Matrix barcode.")] public int DataMatrixLPatternMaxErasures { get; set; }
[DefaultValue(5)] [Description("The maximum erasues in "L" pattern of Data Matrix barcode.")] public: __property int get_DataMatrixLPatternMaxErasures(); public: __property void set_DataMatrixLPatternMaxErasures(
int value
);
[DefaultValue(5)] [Description("The maximum erasues in "L" pattern of Data Matrix barcode.")] public:
property int DataMatrixLPatternMaxErasures { int get(); void set(int value); }
Property Value
0 - рисунок "L" не может иметь стираний;
1 - рисунок "L" может иметь по 1 стиранию с каждой стороны;
2 - рисунок "L" может иметь по 2 стирания с каждой стороны сторона;
N - шаблон "L" может иметь N стираний с каждой стороны;
Значение по умолчанию - 5.
1 - рисунок "L" может иметь по 1 стиранию с каждой стороны;
2 - рисунок "L" может иметь по 2 стирания с каждой стороны сторона;
N - шаблон "L" может иметь N стираний с каждой стороны;
Значение по умолчанию - 5.