VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / RSSExpandedStackedSegmentPerRow Property
Syntax Requirements SeeAlso
In This Topic
    RSSExpandedStackedSegmentPerRow Property (WriterSettings)
    In This Topic
    Gets or sets the number of segments per row to be used in RSS Expanded Stacked barcode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Number of segments per row to be used in RSS Expanded Stacked barcode.")>
    <DefaultValueAttribute(4)>
    <CategoryAttribute("RSS")>
    Public Property RSSExpandedStackedSegmentPerRow As Integer
    
    
    [Description("Number of segments per row to be used in RSS Expanded Stacked barcode.")]
    [DefaultValue(4)]
    [Category("RSS")]
    public int RSSExpandedStackedSegmentPerRow { get; set; }
    
    
    [Description("Number of segments per row to be used in RSS Expanded Stacked barcode.")]
    [DefaultValue(4)]
    [Category("RSS")]
    public: __property int get_RSSExpandedStackedSegmentPerRow();
    public: __property void set_RSSExpandedStackedSegmentPerRow(
    int value
    );
    [Description("Number of segments per row to be used in RSS Expanded Stacked barcode.")]
    [DefaultValue(4)]
    [Category("RSS")]
    public:
    property int RSSExpandedStackedSegmentPerRow { int get(); void set(int value); }

    Property Value

    Possible values from 2 to 20. Default value is 4.
    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