Table of Contents
HtmlToPdfSession.Submit Method (String)

Submit the current page.

Syntax
 public void Submit(
   string submitButtonName
);

Parameters

submitButtonName
The name of the submit button.
Remarks

This method submit the page as if user has clicked the submit button.

See Also