VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_MicroPDF417RowHeight Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_MicroPDF417RowHeight Method
    In This Topic
    Sets the row height of Micro PDF417.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_MicroPDF417RowHeight(value);
    
    
    function set_MicroPDF417RowHeight(
    value
    Row height of Micro PDF417.
    : number
    ) : any;

    Parameters

    value
    Row height of Micro PDF417.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also