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