VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfCompressionSettingsJS type / set_Jpeg2000EncoderSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Jpeg2000EncoderSettings Method
    In This Topic
    Sets the JPEG 2000 encoder settings.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfCompressionSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebJpeg2000EncoderSettingsJS
    
    returnValue = instance.set_Jpeg2000EncoderSettings(value);
    
    
    function set_Jpeg2000EncoderSettings(
    value
    The JPEG 2000 encoder settings.
    : WebJpeg2000EncoderSettingsJS
    ) : any;

    Parameters

    value
    The JPEG 2000 encoder settings.
    Browser Compatibility
    56+
    45+
    11
    See Also