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