PdfDocumentOptionsPdfFormOptions Property

Gets the options used to convert HTML form controls into interactive PDF form fields

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfFormOptions PdfFormOptions { get; }

Property Value

PdfFormOptions
A PdfFormOptions instance that controls field naming, button actions, submit behavior, validation mapping and diagnostics for HTML-to-PDF forms conversion

See Also