PDFKit.NET 2.0 Class Library (.NET 2.0)

HttpMethod Enumeration

The http method specifies how to submit to the server.

public enum HttpMethod

Remarks

This property is meaningfull for SubmitFormat: Pdf and Html

Members

Member Name Description
Post Use Http post request.
Get Use Http get.

Requirements

Namespace: TallComponents.PDF.Actions

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

TallComponents.PDF.Actions Namespace