VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web1DBarcodeWriterSettingsJS type / set_Code16KRows Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Code16KRows Method
    In This Topic
    Sets Code 16K row count.
    Syntax
    var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Code16KRows(value);
    
    
    function set_Code16KRows(
    value
    Code 16K row count.
    : number
    ) : any;

    Parameters

    value
    Code 16K row count.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also