DocumentAddFormField(PdfFormField, Single, Single) Method

Adds a form field to this document at the given X offset and the given Y offset after the last PDF element added to document or to a page

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AddFormField(
	PdfFormField formField,
	float offsetX,
	float offsetY
)

Parameters

formField  PdfFormField
The form field to add
offsetX  Single
The X offset from the last PDF element added to document
offsetY  Single
The Y offset from the last PDF element added to document

See Also