'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 - the barcode writer must generate the Dotcode cells with square form; false - the barcode writer must generate the Dotcode cells with circle form.
Default value is false.
Default value is false.