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