EVO PDF Logo

DocumentAddFormField Method (PdfFormField)

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void AddFormField(
	PdfFormField formField
)

Parameters

formField
Type: EvoPdfClientPdfFormField
The form field to add
See Also

Reference