[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionSubmitForm.HtmlFormFormatFlags

ActionSubmitForm.HtmlFormFormatFlags Enum

Defines possible values of HtmlFormFormat property.

Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
[Flags]
public enum ActionSubmitForm.HtmlFormFormatFlags
<Flags>
Public Enum ActionSubmitForm.HtmlFormFormatFlags

Fields

Name Description
GetMethod

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

SubmitCoordinates

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