'Declaration <DescriptionAttribute("The maximum erasues in "L" pattern of Data Matrix barcode.")> <DefaultValueAttribute(5)> Public Property DataMatrixLPatternMaxErasures As Integer
[Description("The maximum erasues in "L" pattern of Data Matrix barcode.")] [DefaultValue(5)] public int DataMatrixLPatternMaxErasures { get; set; }
[Description("The maximum erasues in "L" pattern of Data Matrix barcode.")] [DefaultValue(5)] public: __property int get_DataMatrixLPatternMaxErasures(); public: __property void set_DataMatrixLPatternMaxErasures(
int value
);
[Description("The maximum erasues in "L" pattern of Data Matrix barcode.")] [DefaultValue(5)] 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.