VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPbmEncoderSettingsJS type / set_Encoding Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Encoding Method
    In This Topic
    Sets the encoding of PBM file.
    Syntax
    var instance = new Vintasoft.Imaging.WebPbmEncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebPbmEncodingJS
    
    returnValue = instance.set_Encoding(value);
    
    
    function set_Encoding(
    value
    An instance of WebPbmEncodingJS class that defines the encoding of PBM file.
    : WebPbmEncodingJS
    ) : any;

    Parameters

    value
    An instance of WebPbmEncodingJS class that defines the encoding of PBM file.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also