'Declaration <CategoryAttribute("DotCode")> <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether barcode writer must generate the Dotcode cells with square form. Default value is false.")> Public Property DotCodeRectangularModules As Boolean
[Category("DotCode")] [DefaultValue(False)] [Description("A value indicating whether barcode writer must generate the Dotcode cells with square form. Default value is false.")] public bool DotCodeRectangularModules { get; set; }
[Category("DotCode")] [DefaultValue(False)] [Description("A value indicating whether barcode writer must generate the Dotcode cells with square form. Default value is false.")] public: __property bool get_DotCodeRectangularModules(); public: __property void set_DotCodeRectangularModules(
bool value
);
[Category("DotCode")] [DefaultValue(False)] [Description("A value indicating whether barcode writer must generate the Dotcode cells with square form. Default value is false.")] public:
property bool DotCodeRectangularModules { bool get(); void set(bool value); }
Property Value
True - генератор штрих-кодов должен генерировать ячейки точечного кода квадратной формы; false - генератор штрих-кодов должен создавать ячейки с точечным кодом в форме круга.
Значение по умолчанию - false.
Значение по умолчанию - false.