PdfDocumentAddFormField(PdfFormField, Single) Method

Adds a form field at the given 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 dy
)

Parameters

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

See Also