SecurityCanFillFormFields Property
Can fill the PDF 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: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool CanFillFormFields { get; set; }
Public Property CanFillFormFields As Boolean
Get
Set
public:
property bool CanFillFormFields {
bool get ();
void set (bool value);
}
member CanFillFormFields : bool with get, set
Property Value
Boolean