VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / set_PixelFormat Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_PixelFormat Method
    In This Topic
    Sets the image pixel format.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebBarcodeImagePixelFormatEnumJS
    
    returnValue = instance.set_PixelFormat(value);
    
    
    function set_PixelFormat(
    value
    An instance of WebBarcodeImagePixelFormatEnumJS class that defines the image pixel format.
    : WebBarcodeImagePixelFormatEnumJS
    ) : any;

    Parameters

    value
    An instance of WebBarcodeImagePixelFormatEnumJS class that defines the image pixel format.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also