Interface IAcroForms
An Interface for configuring PDF rendering classes which support converting HTML forms to editable PDF "AcroForms"
Namespace: IronPdf.Rendering.Abstractions
Assembly: IronPdf.dll
Syntax
public interface IAcroForms
Properties
CreatePdfFormsFromHtml
Instructs the renderer to convert HTML website form elements into user-editable PDF AcroForms.
Declaration
bool CreatePdfFormsFromHtml { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |