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

Submit the current page to the specified Url.

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

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.
frameId
The ID of the frame to be submitted.
Remarks

This method is the similar to Submit except that it allows you to submit to a different Url than the page Url.

See Also