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)
{
…...publicationName) { try { using (var document = new HTMLDocument(xhtml,...Empty)) { var tableContainers = document.GetElementsByTagName("table")...