PdfDocumentControlGeneratePdfFormFields Property

Gets or sets a value indicating whether HTML form controls are converted into interactive PDF form fields

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public bool GeneratePdfFormFields { get; set; }

Property Value

Boolean
to generate interactive PDF form fields from supported HTML form controls; otherwise,

See Also