VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPbmEncoderSettingsJS type / get_Encoding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Encoding Method
    In This Topic
    Gets the encoding of PBM file.
    Syntax
    var instance = new Vintasoft.Imaging.WebPbmEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebPbmEncodingJS
    value = instance.get_Encoding();
    
    
    function get_Encoding() : WebPbmEncodingJS;
    

    Return Value

    An instance of WebPbmEncodingJS class that defines the encoding of PBM file.
    Browser Compatibility
    56+
    45+
    11
    See Also