set_RSS14StackedOmnidirectional Method
In This Topic
Sets a value indicating whether the barcode writer must generate RSS-14 Stacked Omnidirectional barcode.
Syntax
var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_RSS14StackedOmnidirectional(value);
function set_RSS14StackedOmnidirectional(
: boolean
) : any;
Parameters
- value
- Flag.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also