set_RSSExpandedStackedSegmentPerRow Method
In This Topic
Sets the number of segments per row to be used in RSS Expanded Stacked barcode.
Syntax
var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_RSSExpandedStackedSegmentPerRow(value);
function set_RSSExpandedStackedSegmentPerRow(
: number
) : any;
Parameters
- value
- Number of segments per row to be used in RSS Expanded Stacked barcode.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also