The http method specifies how to submit to the server.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public HttpMethod HttpMethod { get; set; }
Visual Basic
Public Property HttpMethod As HttpMethod
	Get
	Set

Remarks

This property is meaningfull for SubmitFormat: Pdf and Html

See Also