'Declaration <DescriptionAttribute("A value indicating whether barcode writer must generate the Dotcode cells with square form. Default value is false.")> <CategoryAttribute("DotCode")> <DefaultValueAttribute(False)> Public Property DotCodeRectangularModules As Boolean
[Description("A value indicating whether barcode writer must generate the Dotcode cells with square form. Default value is false.")] [Category("DotCode")] [DefaultValue(False)] public bool DotCodeRectangularModules { get; set; }
[Description("A value indicating whether barcode writer must generate the Dotcode cells with square form. Default value is false.")] [Category("DotCode")] [DefaultValue(False)] public: __property bool get_DotCodeRectangularModules(); public: __property void set_DotCodeRectangularModules(
bool value
);
[Description("A value indicating whether barcode writer must generate the Dotcode cells with square form. Default value is false.")] [Category("DotCode")] [DefaultValue(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.