Hi,
I am trying to use the Chrome PDF Viewer (pdf.dll) in EO.WebBrowser by using:
    
        Code: C#
        
        EO.WebBrowser.Runtime.AdditionalPluginsDirs = new string[]
{
	@"C:\Program Files (x86)\Google\Chrome\Application\40.0.2214.94"
}; 
     
 
But PDF files do not display on the web browser. I am not sure what is still missing to hookup EO.WebBrowser with this Chrome plug-in.
Thank you.