Click or drag to resize

PdfSubmitFormActionSubmitAsHtml Property

If SubmitAsPdf and SubmitAsXFDF are false, then if SubmitAsHtml is true, the form will be submitted as HTML form formal, otherwise it will be submitted as FDF.

Namespace:  Atalasoft.PdfDoc.Actions
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool SubmitAsHtml { get; set; }

Property Value

Type: Boolean
true if the data will be submitted as HTML, false if it will be submitted as FDF.
See Also