VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_GS1TwoDimensionalComponentType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_GS1TwoDimensionalComponentType Method
    In This Topic
    Gets the GS1 2D component type.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebGS1TwoDimensionalComponentTypeEnumJS
    value = instance.get_GS1TwoDimensionalComponentType();
    
    
    function get_GS1TwoDimensionalComponentType() : WebGS1TwoDimensionalComponentTypeEnumJS;
    

    Return Value

    An instance of WebGS1TwoDimensionalComponentTypeEnumJS class that defines the GS1 2D component type.
    Browser Compatibility
    9
    5
    11
    5
    See Also