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