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 enum HttpMethod
Visual Basic
Public Enumeration HttpMethod

Members

Member nameValueDescription
Post0 Use Http post request.
Get1 Use Http get.

Remarks

This property is meaningfull for SubmitFormat: Pdf and Html

See Also