HiQPdf Chromium for .NET Documentation
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.Chromium
Assembly:
HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
Copy
public
bool
AllowFormFilling
{
get
;
set
; }
Property Value
Boolean
See Also
Reference
PdfSecurity Class
HiQPdf.Chromium Namespace
In This Article
Definition
See Also