PdfDocumentOptionsPdfFormOptions Property

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.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