The http method specifies how to submit to the server.

Namespace: TallComponents.PDF.Layout.Actions
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.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