set_DetectBlackWhiteImageResources Method
In This Topic
Sets a value indicating whether the command must analyze image resources, detect black white images and convert them to the black-white pixel format.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_DetectBlackWhiteImageResources(value);
function set_DetectBlackWhiteImageResources(
: boolean
) : any;
Parameters
- value
- True - command must analyze image resources, detect black white images and convert them to the black-white pixel format; false - command must NOT detect black-white image resources.
Default value is false.
Browser Compatibility
See Also