Can fill the PDF form fields. 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: EvoPdf
Assembly: 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