PdfFormFieldsCollectionRemove Method

Removes a given form field from collection

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void Remove(
	PdfFormField formField
)

Parameters

formField  PdfFormField
The field to be removed from collection

See Also