VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / set_RemoveEmbeddedFiles Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_RemoveEmbeddedFiles Method
    In This Topic
    Sets a value indicating whether the command must remove embedded files.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_RemoveEmbeddedFiles(value);
    
    
    function set_RemoveEmbeddedFiles(
    value
    True - command must remove embedded files; false - command must NOT remove embedded files.
    Default value is false.
    : boolean
    ) : any;

    Parameters

    value
    True - command must remove embedded files; false - command must NOT remove embedded files.
    Default value is false.
    Browser Compatibility
    56+
    45+
    11
    See Also