PdfDocumentControlPdfFormOptions Property

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

Definition

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