VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / set_DetectIndexed8ImageResources Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_DetectIndexed8ImageResources Method
    In This Topic
    Sets a value indicating whether the 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.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_DetectIndexed8ImageResources(value);
    
    
    function set_DetectIndexed8ImageResources(
    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.
    : boolean
    ) : 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.
    Browser Compatibility
    56+
    45+
    11
    See Also