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

    Parameters

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