Controls if the HTML form is automatically converted to a PDF form.
This property is false by default.
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool AutoCreatePdfForm { get; set; }
Public Property AutoCreatePdfForm As Boolean
Get
Set
public:
property bool AutoCreatePdfForm {
bool get ();
void set (bool value);
}
member AutoCreatePdfForm : bool with get, set
Property Value
Type:
Boolean
Reference