PdfDocumentAddFormField(PdfFormField, Single, Single) Method

Adds a form field at the given horizontal and vertical offset after the last PDF object rendered

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddFormField(
	PdfFormField formField,
	float dx,
	float dy
)

Parameters

formField  PdfFormField
The form field to add
dx  Single
The horizontal offset after the last PDF object rendered
dy  Single
The vertical offset after the last PDF object rendered

See Also