VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffEncoderSettingsJS type / set_Jpeg2000EncoderSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Jpeg2000EncoderSettings Method
    In This Topic
    Sets the settings of JPEG2000 encoder.
    Syntax
    var instance = new Vintasoft.Imaging.WebTiffEncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebJpeg2000EncoderSettingsJS
    
    returnValue = instance.set_Jpeg2000EncoderSettings(value);
    
    
    function set_Jpeg2000EncoderSettings(
    value
    An instance of WebJpeg2000EncoderSettingsJS class that defines the settings of JPEG2000 encoder.
    : WebJpeg2000EncoderSettingsJS
    ) : any;

    Parameters

    value
    An instance of WebJpeg2000EncoderSettingsJS class that defines the settings of JPEG2000 encoder.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also