Table of Contents
HtmlToPdfSession.Submit Method (String, String, Int32, Int32)

Submit the current page.

Syntax
 public void Submit(
   string url,
   string submitButtonName,
   int x,
   int y
);

Parameters

url
The target Url. Pass null (Visual Basic Nothing) to post back to the current Url.
submitButtonName
The submit button name.
x
The "x" position in the button.
y
The "y" position in the button.
Remarks

This method allows you to simulate a click on an image button. Argument submitButtonName should be the name of the image button, "x" and "y" should be the mouse click position relative to the left top corner of the image button.

See Also