Click or drag to resize

PdfSecurityOptionsCanFillFormFields Property

Can fill the form fields. This property has effect when a 128 bit key is used. To disable form filling the CanEditContent and CanEditAnnotations must be set on false.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public bool CanFillFormFields { get; set; }

Property Value

Boolean
See Also