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