Can fill the form fields in the PDF document generated by the HTML to PDF converter. This property has effect when a 128 bit key is used.
To disable form filling the
CanEditContent and
CanEditAnnotations must be set on false.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool CanFillFormFields { get; set; } |
| Visual Basic |
|---|
Public Property CanFillFormFields As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool CanFillFormFields {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also