[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionSubmitForm.HtmlFormFormatFlags

Enum ActionSubmitForm.HtmlFormFormatFlags

Namespace
GrapeCity.Documents.Pdf.Actions
Assembly
GcDocs.Pdf.dll

Defines possible values of HtmlFormFormat property.

[Flags]
public enum ActionSubmitForm.HtmlFormFormatFlags

Fields

GetMethod = 8

Indicates whether field names and values are submitted using an HTTP GET request, otherwise they are submitted using a POST request.

SubmitCoordinates = 16

Indicates whether the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data.