EVO PDF Logo

DocumentAddFormField Method (PdfFormField)

EVO PDF Client for .NET Core
Adds a form field to this document right after the last PDF element added to document or to a page

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public void AddFormField(
	PdfFormField formField
)

Parameters

formField
Type: EvoPdfClientPdfFormField
The form field to add
See Also

Reference