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)
{
…...ConvertTablesToImage(Stream xhtml, string publicationName) { try...document = new HTMLDocument(xhtml, String.Empty)) { var tableContainers...