Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / FormFieldSubmitFormatType Enumeration
In This Topic
    FormFieldSubmitFormatType Enumeration
    In This Topic
    Defines possible values of GrapeCity.Documents.Pdf.Actions.ActionSubmitForm.SubmitFormat property.
    Syntax
    public enum FormFieldSubmitFormatType : System.Enum 
    Members
    MemberDescription
    FDF Field names and values are submitted in Forms Data Format (FDF).
    HtmlForm Field names and values are submitted in HTML Form format.
    PDF Document is submitted as PDF, using the MIME content type "application/pdf".
    XFDF Field names and values are submitted as XFDF.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.FormFieldSubmitFormatType

    See Also