How to remove the blue lines on the captured image?

The blue lines are added because your HtmlCapture is trial version. Once you buy our product, an reg code will be sent to you. Then you call SetRegInfo() with your reg name and reg code before calling SnapUrl() to remove the lines.

Here’s the demo code for javascript:
var snap = new ActiveXObject("HtmlCapture.SnapShooter.1");
snap.SetRegInfo("Your REGNAME", "Your REGCODE");
snap.SnapUrl("http://maps.google.com");
snap.SaveImage("snapshot.png");

Leave a Reply

You must be logged in to post a comment.