HiQPdf Library for .NET Help
C#
Show/Hide TOC
Pdf
Security
Allow
Form
Filling Property
If this property is true then it is allowed to fill the PDF form even if
AllowEditAnnotations
is false. When this property,
AllowEditContent
and
AllowEditAnnotations
are false the form filling is not allowed.
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
C#
Copy
public
bool
AllowFormFilling
{
get
;
set
; }
Property Value
Boolean
See Also
Reference
PdfSecurity Class
HiQPdf Namespace
In This Article
Definition
See Also