VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / RSSExpandedStackedSegmentPerRow Property
Syntax Requirements SeeAlso
In This Topic
    RSSExpandedStackedSegmentPerRow Property (WebBarcodeWriteRequestParams)
    In This Topic
    Gets or sets the number of segments per row to be used in RSS Expanded Stacked barcode.
    Syntax
    'Declaration
    
    Public Property RSSExpandedStackedSegmentPerRow As Integer
    
    
    public int RSSExpandedStackedSegmentPerRow { get; set; }
    
    
    public: __property int get_RSSExpandedStackedSegmentPerRow();
    public: __property void set_RSSExpandedStackedSegmentPerRow(
    int value
    );
    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: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also