Property FillFormFields
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
FillFormFields
Gets or sets a value indicating whether user is allowed to fill in existing interactive form fields (including signature fields).
public bool FillFormFields { get; set; }
Property Value
- bool
true
if user is allowed to fill in existing interactive form fields (including signature fields); otherwise,false
.
Remarks
Read the Encrypt PDF documents in C# and VB.NET article for examples of using this property.