VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorJS type / set_Settings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Settings Method
    In This Topic
    Sets the settings for this PDF document compressor.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebPdfDocumentCompressorSettingsJS
    
    returnValue = instance.set_Settings(value);
    
    
    function set_Settings(
    value
    The settings for this PDF document compressor.
    : WebPdfDocumentCompressorSettingsJS
    ) : any;

    Parameters

    value
    The settings for this PDF document compressor.
    Browser Compatibility
    56+
    45+
    11
    See Also