The http method specifies how to submit to the server.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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