set_RemoveBookmarks Method
                In This Topic
            
            Sets a value indicating whether the command must remove bookmarks.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_RemoveBookmarks(value);
 
    
      
      function set_RemoveBookmarks(
    : boolean
) : any;
 
    
       
      Parameters
- value
- True - command must remove bookmarks; false - command must NOT remove bookmarks.
 Default value is false.
 
Browser Compatibility
See Also