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