VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebPpnBarcodeValueJS type / set_PharmacyProductNumber Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_PharmacyProductNumber Method
    In This Topic
    Sets the PPN (Pharmacy Product Number).
    Syntax
    var instance = new Vintasoft.Barcode.WebPpnBarcodeValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_PharmacyProductNumber(value);
    
    
    function set_PharmacyProductNumber(
    value
    PPN.
    : string
    ) : any;

    Parameters

    value
    PPN.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also