Documents for PDF, .NET Edition Documentation
ActionSubmitForm.HtmlFormFormatFlags Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Actions Namespace : ActionSubmitForm.HtmlFormFormatFlags Enumeration
Defines possible values of ActionSubmitForm.HtmlFormFormat property.
Syntax
'Declaration
 
Public Enum ActionSubmitForm.HtmlFormFormatFlags 
   Inherits System.Enum
public enum ActionSubmitForm.HtmlFormFormatFlags : System.Enum 
Members
MemberDescription
GetMethodIndicates whether field names and values are submitted using an HTTP GET request, otherwise they are submitted using a POST request.
SubmitCoordinatesIndicates whether the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Actions.ActionSubmitForm.HtmlFormFormatFlags

See Also

Reference

GrapeCity.Documents.Pdf.Actions Namespace