Hi Support,
How i can call JavaSript function from HTMLDocument OnShow Event?
Here’s example of my code and event:
public static Stream ConvertTablesToImages(Stream xhtml, string publicationName)
{
…...GetElementsByTagName("table") .Where(e => e.GetAttributeNode("class")...GetAttributeNode("class").Value == "table") .Select(node => node.ParentElement)...