PdfDocumentSecurityAllowFormFilling 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.
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public bool AllowFormFilling { get; set; }
Public Property AllowFormFilling As Boolean
Get
Set
public:
property bool AllowFormFilling {
bool get ();
void set (bool value);
}
member AllowFormFilling : bool with get, set
Property Value
Boolean