VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfImageResourceJS type / get_PixelFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PixelFormat Method
    In This Topic
    Gets the image pixel format.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfImageResourceJS(document, compression, length, size, pixelFormat);
    
    var value; // Type: Vintasoft.Shared.WebPixelFormatEnumJS
    value = instance.get_PixelFormat();
    
    
    function get_PixelFormat() : WebPixelFormatEnumJS;
    

    Return Value

    An instance of WebPixelFormatEnumJS class that defines the image pixel format.
    Browser Compatibility
    56+
    45+
    11
    See Also