Property FillFormFields
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
FillFormFields
Gets a value indicating whether it is allowed to fill in existing interactive form fields (including signature fields).
public bool FillFormFields { get; }Property Value
- bool
- trueif it is allowed to fill in existing interactive form fields (including signature fields); otherwise,- false.
Remarks
Check the Decrypt PDF documents in C# and VB.NET article for more information on processing encrypted PDF documents.