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