VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / DotCodeRectangularModules Property
Syntax Requirements SeeAlso
In This Topic
    DotCodeRectangularModules Property (WriterSettings)
    In This Topic
    Gets or sets a value indicating whether the barcode writer must generate the Dotcode cells with square form.
    Syntax
    '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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also