VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_GS1TwoDimensionalComponentType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_GS1TwoDimensionalComponentType Method
In This Topic
Sets the GS1 2D component type.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebGS1TwoDimensionalComponentTypeEnumJS

returnValue = instance.set_GS1TwoDimensionalComponentType(value);

Parameters

value
An instance of WebGS1TwoDimensionalComponentTypeEnumJS class that defines the GS1 2D component type.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also