var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS(); var returnValue; // Type: any // Parameters var value; // Type: boolean returnValue = instance.set_DetectIndexed8ImageResources(value);
function set_DetectIndexed8ImageResources(
valueTrue - command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format; false - command must NOT detect indexed4 or indexed8 (16 or 256 colors) image resources.: boolean
Default value is false.
) : any;
Parameters
- value
- True - command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format; false - command must NOT detect indexed4 or indexed8 (16 or 256 colors) image resources.
Default value is false.